A responsive Todo application built with React, featuring integration with an external API for managing tasks. Users can add, edit, delete, and filter tasks, with changes synchronized to the server. The app supports real-time updates and smooth user interactions, providing a clean and intuitive interface.
- HTML5
- CSS3
- SASS
- BULMA
- JAVASCRIPT (ES6+)
- TYPESCRIPT
- REACT
- REST API
- GIT
-
Cloning a repository. You need to write
git clone https://github.com/boikoua/todo-app
in terminal. -
Go to the project folder
cd todo-app
. -
Check the node version. The version of node should be
v20.x.x
. To do this, type the commandnode -v
in the terminal. -
Install dependencies. To do this, enter the
npm install
command. -
Run the project. To do this, enter the
npm start
command. After that the project will be available to you athttp://localhost:3000
.
Link to the project DEMO LINK.