Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T05:08:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T11:16:01.864Z (about 1 month 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 checkingGetting 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)