I designed and built a web application that allows users to keep track of thier do list. Users are able to add new tasks, organize them using tags, and mark them as completed.
This is an academic project designed and built while I was completing a UX Engineering Certification at Kenzie Academy.
Clone the project
git clone https://github.com/melodyjalexander/task-list-web-app.git
Go to the project directory
cd task-list-web-app
Install dependencies
npm install
Start the server
npm start