Skip to content

🍚 A full stack task management app built with React Context & Hooks

Notifications You must be signed in to change notification settings

frankie-engineer/kanban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Kanban

A full stack kanban-style task management app built with React Context & Hooks, Node.js, Express, PostgreSQL, and Material UI.

🎬 Watch the demo video at frankie.engineer/highlights

Features

  • ✏️ Add tasks & subtasks
  • βœ… Update task status
  • πŸŒ™ Dark Mode

Add Tasks



Update Status



Add Subtasks



Dark Mode



Setup

  1. Install dependencies for the Back End:
cd backend
npm install 
  1. Setup the Database:
cd backend
cd databae
psql
CREATE DATABASE kanban;
\c kanban
\i 0_reset.sql
  1. Install dependencies for the Front End:
cd frontend
npm install
  1. Start the Front End:
cd frontend
npm start
  1. Start the Back End:
cd backend/server
nodemon index.js

About

🍚 A full stack task management app built with React Context & Hooks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages