Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbchoa/side-project-ideas
Just a personal brain dump list of things I want to build. Primarily used for learning things.
https://github.com/mbchoa/side-project-ideas
Last synced: 8 days ago
JSON representation
Just a personal brain dump list of things I want to build. Primarily used for learning things.
- Host: GitHub
- URL: https://github.com/mbchoa/side-project-ideas
- Owner: mbchoa
- Created: 2022-03-03T22:10:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T19:17:26.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T08:28:10.105Z (about 2 months ago)
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# side-project-ideas
This is an attempt to help coalesce ideas in my head in a central location. I don't know if this is the best place for it, but let's try it out!## 📖 Learning
These are things I want to build to learn something from.**Real-Time Chat / Slack Clone**
* use socket.io for handling real-time messaging
* have multiple chat rooms to join
* optional: add user management, persist message history to DB
* project goal here is to be able to build a horizontally scalable infrastructure
* would love to use something like [artillery](https://www.artillery.io/) to load test the system**Real-Time Music Streaming Listening Room aka Slack for Music**
* would be cool to have music listening rooms where people can join to listen to music**Storefront / Amazon Clone**
* primarily would like to learn how to organize relational data models for an ecomm application## 🧰 Personal Stuff
These are things I'd actually want to use on my day-to-day.**30-Day Pushup Tracker**
* inspired from this [routine](https://darebee.com/challenges/50-push-ups.html) I found
* most likely a PWA**Starting Strength Tracker**
* build something similar to SL5x5 [app](https://play.google.com/store/apps/details?id=com.stronglifts.app&hl=en&gl=us)**Refrigerator Inventory Management System**
* would be great to have an app that I can use to scan barcodes for grocery items
* use camera on phone to scan the barcode to do a UPC lookup
* would be great to know the expiration date of the item