Skip to content

This is a small todo app where a user can add, view and delete the tasks in their day to day life.

Notifications You must be signed in to change notification settings

suyogghate/todowithRedux

Repository files navigation

Steps to see the working code:

  1. Clone the repository in your local machine.
  2. Open the folder in the command prompt. Type command: code . (Open the folder in VS Code).
  3. Open a new terminal in VS Code, in that type command : npm install (This will install node modules in your folder).
  4. Again in the same directory type command : npm run dev.
  5. Ctrl+click on the localhost which is prompted on the terminal. This will redirect you to working project.