React Todo App with API is an application that allows users to add, view, toggle, rename, and delete tasks in a to-do list. Tasks can be marked as either 'completed' or 'active.' The app provides a seamless way to manage tasks with the ability to update task status and titles efficiently.
To experience a demonstration of this project, please visit the DEMO LINK
This educational endeavor was undertaken during the completion of a Frontend Development course to showcase and refine skills in the following areas:
- Task status toggling
- Renaming tasks
- State management
- Forms and controlled components
- API integration
The project includes the following technologies:
- TypeScript, JavaScript (ES6)
- React
- HTML5
- CSS3
- Prettier
- Fetch, REST API
- Git
- GitHub
- git clone https://github.com/NataliaTopornitska/todo-app
- npm install
- npm start