Checklist application that enables user's to create, manage and search your tasks.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
This is an Angular project. Before installing the project, download and install the following prerequisites.
# clone the repository locally
git clone https://github.com/jessham/task-collection.git
# change the directory
cd task-collection
# install the Angular CLI globally
npm install -g @angular/cli
# install any dependencies
npm install
# then start the app
npm start
The application's back-end can be found at Task Collection Back-End.