https://github.com/3ddelano/todo-list-mern
A todo list made using MERN stack with user authentication.
https://github.com/3ddelano/todo-list-mern
express hacktoberfest login mern mongo node react tailwindcss todo todo-list user-auth
Last synced: 5 months ago
JSON representation
A todo list made using MERN stack with user authentication.
- Host: GitHub
- URL: https://github.com/3ddelano/todo-list-mern
- Owner: 3ddelano
- License: mit
- Created: 2022-08-01T16:47:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T05:08:28.000Z (over 3 years ago)
- Last Synced: 2025-07-25T05:58:33.689Z (12 months ago)
- Topics: express, hacktoberfest, login, mern, mongo, node, react, tailwindcss, todo, todo-list, user-auth
- Language: JavaScript
- Homepage: https://todo-list-mern.onrender.com/
- Size: 286 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Todo List MERN
=========================================
### A todo list made using MERN stack with user authentication.
Features
--------------
- User authentication with persistent Todos
- Responsive TailwindCSS design
- RESTful API
- Body / Params type checking
Getting Started
----------
1. Clone / Download the repository
1. Install dependencies
```bash
yarn install
```
1. Build the project
```bash
yarn build
```
1. Run the project
```bash
yarn start
```
1. (Run only client)
Navigate to `/client`
```bash
yarn install
yarn dev
```
Contributing
-----------
A pull request is welcome!
### Support the project development

Want to support in other ways? Contact me on Discord: `@3ddelano#6033`
For doubts / help / bugs / problems / suggestions do join: [3ddelano Cafe](https://discord.gg/FZY9TqW)