You can check out the app deployed by Google Firebase.
To clone and run this application, you'll need Git and Node.js (which comes with yarn) installed on your computer. From your command line:
-
Clone this repository
$ git clone https://github.com/zeds-co/planit
-
Go into the repository
$ cd planit
-
Install dependencies
$ yarn
$ yarn install
# yarn serve
# yarn build
$ yarn lint
Pull requests are welcome!! 😊