https://github.com/pintu544/josh-talk-to-do-lists
Mern project for daily uses for time managemnet an optimization.
https://github.com/pintu544/josh-talk-to-do-lists
Last synced: 2 months ago
JSON representation
Mern project for daily uses for time managemnet an optimization.
- Host: GitHub
- URL: https://github.com/pintu544/josh-talk-to-do-lists
- Owner: pintu544
- Created: 2023-03-02T01:52:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T01:52:45.000Z (over 2 years ago)
- Last Synced: 2025-02-10T09:41:39.812Z (4 months ago)
- Language: JavaScript
- Size: 427 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
It's a full stack app with these features.
1.Users can sign up for an account and log in.
2) Each user can create multiple to-do lists, each with a name and a description.
3) Within each to-do list, users can create multiple to-do items, each with a name and a
checkbox indicating whether the item is complete.
4) Users can view their own to-do lists and items, as well as the to-do lists of other users
(but not the items in those lists).
5) The application should have a RESTful API that allows developers to create, read,
update, and delete to-do lists and items.
6) The application should be built using a modern web framework such as React, Angular,
or Vue.js for the front-end, and Node.js or Django for the back-end.
7) The application should use a database such as MySQL, MongoDB, or PostgreSQL to
store user information, to-do lists, and to-do items.How to start the app
1.git clone url
cd client
npm i
npm start/yarn start
2. cd ..
cd server
npm i
npm start/yarn start