Skip to content
This repository was archived by the owner on Jun 4, 2019. It is now read-only.

annuhdo/cabas-react

Repository files navigation

cabas🎍

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.

cabas demo

Features

  • 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

Install and run

  • 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 for production

# Build minified React app
$ npm run build

Contributions, issues, requests

Features 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

About

🗃 Real-time collaborative list web app using React + Firebase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published