Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T13:59:35.000Z (over 1 year ago)
- Last Synced: 2024-10-04T13:29:32.951Z (about 2 months ago)
- Topics: clone, hacktoberfest, react, react-hooks, reactjs, todo, tutorial
- Language: JavaScript
- Homepage:
- Size: 7.6 MB
- Stars: 19
- Watchers: 2
- 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.---