An open API service indexing awesome lists of open source software.

https://github.com/rajivs1/to-do-list-app

It's a to-do app made by using angular
https://github.com/rajivs1/to-do-list-app

angular css3 html5 typescript

Last synced: 6 months ago
JSON representation

It's a to-do app made by using angular

Awesome Lists containing this project

README

          

# to-do-list
# To-Do List App

This is a simple To-Do List application built using **Angular**, **TypeScript**, **HTML**, and **CSS**. The app allows users to add, delete, and mark tasks as complete or incomplete. It demonstrates the basic concepts of Angular, including components, services, and data binding.

## Features

- Add new tasks to the list.
- Mark tasks as completed or incomplete.
- Remove tasks from the list.
- Simple and responsive user interface.

## Getting Started

### Prerequisites

Before you begin, ensure you have met the following requirements:

- **Node.js** and **npm** (Node Package Manager) should be installed. You can download them from [here](https://nodejs.org/).
- **Angular CLI** should be installed globally. Install it using the following command:

```bash
npm install -g @angular/cli
Installation