Design comparison
SolutionDesign
Solution retrospective
I will appreciate feedbacks on this project, thank you
GitHub repo: https://github.com/Error-at-night/Todo-List
In the project directory, run:
-
npm install
-
npx json-server --watch data/todoList.json --port 4000
-
npm run start
Community feedback
- @WilsonTomisinPosted about 1 year ago
the site is throwing an error bro
0@Error-at-nightPosted about 1 year ago@WilsonTomisin Yes, that's because I used json-server to keep track of the todo list.
Go to my GitHub repo, download the repository, in the project folder type the following commands in your terminal
npm install
Open another terminal and type npx json-server --watch data/todoList.json --port 4000
Open another terminal and type npm run start
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord