Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pranavchaitu/todo-app
a simple end-to-end todo app
https://github.com/pranavchaitu/todo-app
expressjs mern-project mongodb mongoosejs nodejs reactjs
Last synced: 9 days ago
JSON representation
a simple end-to-end todo app
- Host: GitHub
- URL: https://github.com/pranavchaitu/todo-app
- Owner: pranavchaitu
- Created: 2024-03-04T15:45:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T07:46:51.000Z (9 months ago)
- Last Synced: 2024-10-18T14:38:54.825Z (about 1 month ago)
- Topics: expressjs, mern-project, mongodb, mongoosejs, nodejs, reactjs
- Language: JavaScript
- Homepage: https://post-todo.vercel.app
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Todo app
This project contains a simple TODO application
it has following features :- Anyone can create a todo
- Anyone can see their existing todos
- Anyone can mark a todo as doneMy Approach:
- created readme
- mkdir backend,
express -> zod -> db -> routes
- npm create vite@latest -> created react app named frontend
- added components/createTodo,Todos for the page
- updated App.jsx such that it renders the stateTechnologies used:
**Frontend:**
- React
- JavaScript (ES6+)
- HTML5**Backend:**
- Node.js
- Express
- MongoDB
- Mongoose**Other (if applicable):**
- Git
- GitHub
- Deployment platform (vercel, render)