Skip to content

sudhagarmsd5/todo-list

Repository files navigation

TODO LIST

Used Packages

  1. react
  2. react-dom
  3. Tailwind CSS
  4. Json-Server

RUN

  1. To run this project use this command:
npm start
  1. To run the db.json file use this command:
json-server --watch db.json --port 3030