A Kanban-style, To-Do application that lists and tracks the progress of features for personal projects. Application was built using the MERN stack (MongoDB, Express, React, and Node)
- Create goals and work items to list down actionables for your current project
- Move items to "In Progress" when they are being worked on or to "Done" when the items are finish
- Delete items if goals or work items have change
- Save the current state of the application so you can continue where you left off
- Fork and pull repo to local machine
cd
into projectyarn install
to download dependencies- Create mongo database and add credentials to an
.env
file yarn start
to start application