Skip to content

yodkwtf/ng-checklist-angular

Repository files navigation

ToDo List Application - Angular Introduction

ng-checklist-angular is a simple and efficient todo list application built with Angular. This repository contains the source code for the application, allowing you to run it locally or deploy it to your preferred hosting platform.

Live Preview

You can access the live preview of the application by visiting the following URL: NgChecklist - A ToDo List App

ng-checklist-angular

Installation

To get started with ng-checklist-angular, you need to have Node.js and npm (Node Package Manager) installed on your machine. If you don't have them, you can download and install them from the official Node.js website: https://nodejs.org/.

  1. Clone the repository to your local machine using the following command:

    git clone https://github.com/yodkwtf/ng-checklist-angular.git
  2. Navigate to the project directory:

    cd ng-checklist-angular
  3. Install the required dependencies:

    npm install

Running the Application

To run the application, you need to execute the following command:

npm start

You also need to start the mocked backend using "json server" by executing the following command:

npm run server

Open your web browser and visit http://localhost:4200/ to access the todo list application.

About

A simple todo list application created while learning Angular. It also consists of notes and code snippets I made while I followed the crash course.

Topics

Resources

Stars

Watchers

Forks