Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrgarciadev/nextjs-todo-list
📝 Nextjs TODO List - (Nicolas Schurmann) Challenge
https://github.com/jrgarciadev/nextjs-todo-list
authentication firebase nextjs nextjs-todo react react-todo-firebase reactjs social-login
Last synced: 3 months ago
JSON representation
📝 Nextjs TODO List - (Nicolas Schurmann) Challenge
- Host: GitHub
- URL: https://github.com/jrgarciadev/nextjs-todo-list
- Owner: jrgarciadev
- License: mit
- Created: 2020-06-19T06:54:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T01:15:52.000Z (almost 2 years ago)
- Last Synced: 2024-05-14T11:07:01.472Z (8 months ago)
- Topics: authentication, firebase, nextjs, nextjs-todo, react, react-todo-firebase, reactjs, social-login
- Language: JavaScript
- Homepage: https://nextjs-todo-list.vercel.app
- Size: 802 KB
- Stars: 150
- Watchers: 5
- Forks: 41
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: license.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## [HolaMundo](https://www.youtube.com/watch?v=jaxjtywrG2A) TODO App Challenge
## [Review!! 🙋🏻♂️ min: 29:34](https://youtu.be/fyjNpvtzVhk?t=1774)
## Demo
[Open Demo](https://nextjs-todo-list.vercel.app
)
## Features**Task Module**
- Login / Sign-up
- Create Task
- Edit Task
- Delete Task
- Mark as Completed
- Assign Task (Only if auth user has a team)
- Show assigned Task in **RealTime****Team Module**
- Create Team
- Join Team (with team code generate)
- User Team List## Technologies
- [NextJs](https://nextjs.org)
- [@material-ui](https://material-ui.com)
- [Firebase](https://firebase.google.com)## Run App
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Screenshots
## License
The MIT License (MIT). Please see [License File](license.md) for more information.