My take on making a trello like clone, that feature Drag and Drop for tasks.
If you wanna have a peek at what's inside, here is the Link
https://customtrello.firebaseapp.com/
- Clone the project into your desired folder by typing
git clone https://github.com/ahmedu007/Trello-Remade
-
Make sure you have node and npm installed on your machine
node -v
you will need version 8.x or above to run this properly.
-
Install all dependencies:
$ npm install
-
To serve the code, run
$ npm start
this will navigate to your localhost:3000 on your default browser.
- React
- Material-UI
- CSS