santosvini / kanban-app

A ReactJs, Typescript, Styled-Components & Firebase Kanban app to manage your tasks

Home Page:https://kanbajao.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kanban πŸ—’

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 can view/use in:

Requirements to run on your computer πŸ’»

  • 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

Usage πŸ’Ύ

  • 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.

Resources that can help you πŸ“–

About

A ReactJs, Typescript, Styled-Components & Firebase Kanban app to manage your tasks

https://kanbajao.vercel.app


Languages

Language:TypeScript 98.8%Language:HTML 1.0%Language:Shell 0.2%