Made with ReactJs, Typescript, Firebase & Styled-Components, Kanban is a micro webapp that facilities you to manage and separating the activities that must be done on each board, you can create your boards and put your tasks inside.
- You need to have NodeJs installed.
- You need to create a Firebase app and add the Firebase config in .env file, following the .env.example, and set your Firestore and Authentication on firebase.
To clone this project write in the console:
# clone project
$ git clone https://github.com/jaoincode/kanban-app.git
And if you successfully cloned and all the requirements open the frontend file and run in the console:
# to install all the packages
$ npm install
#to run this app on development mode
$ npm run dev
- Create an account using Google Auth or Email/Password Authentication.
- Create your boards.
- On each board put the tasks you have to do.
- You can control what task you have to-do, are doing or finished.
- On menu you can see how much tasks you still have to do to finish each board.