Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sethshivam11/todo
This is a complex Todo app built on MERN Stack (MongoDB, ExpressJS, ReactJS, NodeJS), Typescript and Tailwind CSS. It has functionalities for CRUD operations and user authentication and verification system. I have used Shadcn/ui (components library) for the user interface in this project.
https://github.com/sethshivam11/todo
jsonwebtoken mern shadcn-ui tailwindcss todoapp typescript user-authentication
Last synced: about 1 month ago
JSON representation
This is a complex Todo app built on MERN Stack (MongoDB, ExpressJS, ReactJS, NodeJS), Typescript and Tailwind CSS. It has functionalities for CRUD operations and user authentication and verification system. I have used Shadcn/ui (components library) for the user interface in this project.
- Host: GitHub
- URL: https://github.com/sethshivam11/todo
- Owner: sethshivam11
- Created: 2024-01-25T19:05:46.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-25T11:36:36.000Z (10 months ago)
- Last Synced: 2024-05-17T20:15:04.226Z (7 months ago)
- Topics: jsonwebtoken, mern, shadcn-ui, tailwindcss, todoapp, typescript, user-authentication
- Language: TypeScript
- Homepage: https://todo-fhue.onrender.com
- Size: 297 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App
This is a simple project built in MERN stack and typescript with tailwindcss, shadcn/ui.
## Clone this project
`git clone https://github.com/sethshivam11/todo.git`
## Run this project
`npm run build`
`npm start`
## Environment Variables
`PORT`
`NODE_ENV` -- expected `production`
`MONGODB_URI`
`ACCESS_TOKEN_SECRET`
`ACCESS_TOKEN_EXPIRY`