This is a very simplified version of Trello using React and Firebase.
For a live demo of the project have a look at https://react-trello-clone-51b0e.web.app
Clone the repository
$ git clone https://github.com/bmarvinb/react-trello-clone.git
Go to the app's repo directory
$ cd react-trello-clone
Here you can to run development environment in the two ways.
$ docker-compose up --build
Install npm dependencies
$ npm install
Setup husky
$ husky install
Run development
$ npm start
- Fork the repo
- Clone the forked repo to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a
Pull request
so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!