/task-collection

Checklist application that enables user's to create, manage and search your tasks. This is an Angular project!

Primary LanguageTypeScript

Task Collection

Checklist application that enables user's to create, manage and search your tasks.

📝 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

📋 Prerequisites

This is an Angular project. Before installing the project, download and install the following prerequisites.

🖥️ Installing

# clone the repository locally
git clone https://github.com/jessham/task-collection.git
# change the directory
cd task-collection

🏃 Run the application

# install the Angular CLI globally
npm install -g @angular/cli
# install any dependencies
npm install
# then start the app
npm start

📡 Back-End

The application's back-end can be found at Task Collection Back-End.