https://github.com/christyjacob4/react-todoist
A Clone of the popular Task Manager App Todoist built with React.js
https://github.com/christyjacob4/react-todoist
clone hacktoberfest react react-hooks reactjs todo tutorial
Last synced: 10 months ago
JSON representation
A Clone of the popular Task Manager App Todoist built with React.js
- Host: GitHub
- URL: https://github.com/christyjacob4/react-todoist
- Owner: christyjacob4
- License: mit
- Created: 2019-09-03T16:45:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T13:59:35.000Z (over 3 years ago)
- Last Synced: 2025-06-12T03:49:50.395Z (about 1 year ago)
- Topics: clone, hacktoberfest, react, react-hooks, reactjs, todo, tutorial
- Language: JavaScript
- Homepage:
- Size: 7.6 MB
- Stars: 21
- Watchers: 1
- Forks: 6
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Todoist Clone 🤖



Built a clone of the popular task manager Todoist as part of learning React
## 🚀 Usage
* ### Clone the repository
```sh
git clone https://github.com/christyjacob4/react-todoist/
cd react-todoist
```
* ### Install dependencies
```sh
npm install
```
* ### Start developement Server
```sh
npm start
```
## ✨ Screenshots
## 📖 Features
- [x] Create new Tasks
- [x] Create projects
- [x] Mark tasks as completed
- [x] Dark Mode
- [x] Firebase Support
## 🍻 Contributing
Contributions, issues and feature requests are welcome.
Feel free to check [issues page](https://github.com/christyjacob4/react-todoist/issues) if you want to contribute.
## 👤 Author
**Christy Jacob**
- Twitter: [@christyjacob4](https://twitter.com/christyjacob4)
- Github: [@christyjacob4](https://github.com/christyjacob4)
## 🤝 Acknowledgements
- Icons by [Flaticon](https://www.flaticon.com/)
- Thanks to [@karlhadwen](https://github.com/karlhadwen/) for his amazing tutorial on React-hooks and react testing.
## 🙌 Show your support
Please ⭐️ this repository if this project helped you!
## 📝 License
Copyright © 2019 [Christy Jacob](https://github.com/christyjacob4).
This project is [MIT](https://github.com/christyjacob4/react-todoist/blob/master/LICENSE) licensed.
---