- This is a todo app and it was built with
- React Redux
- HTML5
- CSS
- User filled the title and task, then
- Users click on an add task button to add the task
- After added task,
- Complete button
- The user clicks on the completed task to strike out the completed task.
- Delete button
- The user clicks on the delete button to delete the completed task.
- User can select option to view each condition such as done, notDone and All .
- Complete button
npm install redux
npm install react-redux
npm install --save @redux-devtools/extension
npm install redux-thunk
npm install axios
npm install json-server --save-dev
- under script in
package.json
"server":"json-server -p3001 --watch db.json"
To start server
from terminal
npm run server
For viewing data
http://localhost:3001/db
- Write
npm install
on your terminal and press enter (to allow the installation of a packages and it's dependencies to your local node-module folder ) - Write
npm start
on your terminal and press enter (to start the live server)- This start your browser automatically in localhost
localhost:3000
- This start your browser automatically in localhost