Todo-app is a task manager using React, Redux and React hooks. Initial data is provided by {JSON} Placeholder
The purpose of this project was to get familiar with React Hooks and Redux.
Click the demo link or clone/download the repository on your local machine.
Create a .env file in the root folder. In .env file write
REACT_APP_TODOS_URL=https://jsonplaceholder.typicode.com
npm install
npm start
- React js
- React Hooks
- Redux
- Redux toolkit
1. Responsive Design.
2. Solid Principles
Everyone is welcomed to contribute to this project. You can contribute either by submitting bugs or suggesting improvements by opening an issue on GitHub. Please see the CONTRIBUTING guidelines for more information.
This project was bootstrapped with Create React App.