Real-time collaborative list web app 🔥 Check it out!
This repo builds the react web-app for cabas.
It's built using:
- React - UI and view.
- Firebase - Database and authentication.
- re-base - Synchronize data between React and Firebase.
- React Router - Declarative routing for the app.
- Real-time changes reflecting on all devices and for all users
- Allows collaboration between multiple users on a list
- Allows creating multiple lists
- Allows joining lists based on visiting a URL
- Configure the base_config.js file with your Firebase configuration.
- Rename base_config.js to base.js
# Install packages
$ npm install
# Run on localhost
$ npm start# Build minified React app
$ npm run buildFeatures that I plan to add live in the issues page.
If you would like to contribute, have an issue, or got a request for a feature, please open a new issue here
