Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raviqqe/code2d
Productivity tool for software engineers
https://github.com/raviqqe/code2d
firebase pomodoro productivity pwa web-app
Last synced: 7 days ago
JSON representation
Productivity tool for software engineers
- Host: GitHub
- URL: https://github.com/raviqqe/code2d
- Owner: raviqqe
- License: mit
- Created: 2017-03-26T14:26:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T13:59:35.000Z (3 months ago)
- Last Synced: 2024-11-01T12:42:15.033Z (14 days ago)
- Topics: firebase, pomodoro, productivity, pwa, web-app
- Language: TypeScript
- Homepage: https://code2d.net
- Size: 7.46 MB
- Stars: 11
- Watchers: 5
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [code2d](http://code2d.net)
[![wercker status](https://app.wercker.com/status/aa4ef4ba73e65111e51e0d90049cdf88/s/master "wercker status")](https://app.wercker.com/project/byKey/aa4ef4ba73e65111e51e0d90049cdf88)
[![license](https://img.shields.io/github/license/raviqqe/code2d.svg)](LICENSE)Todo management tools for software engineers.
## Stack
- Frontend
- [TypeScript](https://www.typescriptlang.org/)
- [React](https://reactjs.org/)
- [Redux](https://github.com/reactjs/redux)- Backend
- [Firebase Functions](https://firebase.google.com/docs/functions/)- User authentication
- [Firebase Authentication](https://firebase.google.com/docs/auth/)- Remote storage
- Firebase
- [Realtime Database](https://firebase.google.com/docs/database/)
- [Storage](https://firebase.google.com/docs/storage/)- CDN
- [Firebase Hosting](https://firebase.google.com/docs/hosting/)- DNS
- [AWS Route 53](https://aws.amazon.com/route53/)- CI
- [Wercker](http://www.wercker.com/)- Task automation
- [Rake](https://github.com/ruby/rake)- Others
- [Chrome extension](https://chrome.google.com/webstore/detail/code2d/fmbpjfldodgfbmhnbpahimhabjmipojd?hl=en)
- YouTube Data API
- Google Analytics Reporting API## Screenshots
### Desktop
#### Tasks
![tasks page](images/screenshots/original/tasks.png)
#### Articles
![articles page](images/screenshots/original/articles.png)
#### Videos
![videos page](images/screenshots/original/videos.png)
#### Books
![books page](images/screenshots/original/books.png)
### Mobile
#### Tasks
![tasks page on mobile](images/screenshots/small/mobile_tasks.png)
#### Menu
![menu on mobile](images/screenshots/small/mobile_menu.png)
#### Articles
![articles page on mobile](images/screenshots/small/mobile_articles.png)
#### Trending articles
![trending page on mobile](images/screenshots/small/mobile_trending.png)
## License
[MIT](LICENSE)