Skip to content

MykolaButylkov/todo-app_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

This is a todo app project built with react. It allows users to create, edit and remove todos. The project utilizes carious technologies such as classnames, bulma, fontawesome, react, reat-dom, react-router-dom, SCSS, and an API.

Demo

You can see a live demo of this project here.

Technologies Used

  • classnames: This library is used for conditionally joining class names together;
  • font awesome: A popular icon library for web applications;
  • bulma: A lightweight CSS framework for building stylish and responsive web interfaces;
  • react and react-dom: Tese libraries are tho core dependencies for building Reat applications;
  • react-router-dom: Thos library is used for implementing routing in the React application;
  • SCSS: The project utilizes SCSS (Sass) for stylink and maintaining CSS code;
  • API: An external API is used to fetch phone data and display it in the catalog

Setup Instructions

To run this project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/MykolaButylkov/todo-app_react.git
  1. Navigate to the project directory:
cd todo-app_react
  1. Install the dependencies:
npm install
  1. Start the development server:
npm start
  1. Open your browser and visit http://localhost:3000 to see the application running.

Contributing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published