https://github.com/one-aalam/now
A nifty li'l application that aspires to help you with hanging information/thoughts you'd like to re-visit
https://github.com/one-aalam/now
context firebase firebase-auth firebase-database hooks-api-react nextjs now-sh react reactjs tailwindcss
Last synced: 3 days ago
JSON representation
A nifty li'l application that aspires to help you with hanging information/thoughts you'd like to re-visit
- Host: GitHub
- URL: https://github.com/one-aalam/now
- Owner: one-aalam
- Created: 2019-02-12T09:19:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T19:36:42.000Z (about 7 years ago)
- Last Synced: 2025-02-02T03:44:32.422Z (about 1 year ago)
- Topics: context, firebase, firebase-auth, firebase-database, hooks-api-react, nextjs, now-sh, react, reactjs, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 403 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Now (WIP)
A nifty li'l application that aspires to help you with hanging information/thoughts you'd like to re-visit
# Goal
The biggest drive behind building this was to explore and learn several techologies, that greatly simplify
an application design, development, deployment and maintenance
- **React (hooks, contexts, etc..)** development with superpowerful constructs
- **Next** SSR - Quick. First. Load.
- **TailwindCSS** for styling of the UI
- **Now CLI** for a very modern and capable deployment flow and app hosting experience while development
- **Firebase** for real-time data storage/availability
# Take a Note
The app currently just works in development with your own firebase configs
# Roadmap
- [ ] Fix Now builds
- [ ] Use *cloud firestore* for storage
- [ ] Use *cloud functions* for allowing notes download
- [ ] Make multi-user/multi-tenant
- [ ] Support Themes
- [ ] Add image support
- [ ] Add checklist support
- [ ] Support colored notes
- [ ] Allow note download
- [ ] Improve App Bar
- [ ] Add user profile page
- [ ] Add settings page
*Re-factor! Re-factor! Re-factor! (continuos goal)*