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
- Host: GitHub
- URL: https://github.com/rajivs1/to-do-list-app
- Owner: Rajivs1
- Created: 2024-09-10T10:58:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T12:56:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T02:05:00.768Z (over 1 year ago)
- Topics: angular, css3, html5, typescript
- Language: TypeScript
- Homepage: https://to-do-list-by-rajiv.netlify.app/
- Size: 848 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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