Skip to content

Super simple Trello clone using React and Firebase. Help wanted. Great for new contributors 👋

License

Notifications You must be signed in to change notification settings

edgarsherman/react-trello-clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

252 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Trello Clone

This is a very simplified version of Trello using React and Firebase.

Live demo

For a live demo of the project have a look at https://trello-board-b720f.firebaseapp.com

Development

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.

Automatic (by docker-compose)

$ docker-compose up --build

Manual

Install npm dependencies

$ npm install

Setup husky

$ husky install

Run development

$ npm start

How to contribute?

  1. Fork the repo
  2. Clone the forked repo to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. 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!

About

Super simple Trello clone using React and Firebase. Help wanted. Great for new contributors 👋

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.1%
  • HTML 2.3%
  • Other 0.6%