ushicode / angular-todo-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo List

Stack used, and concepts

Angular 12, No CSS framework was used

Introduction

The user should be able to create a TODO list
• Add tasks to the TODO list
• Remove tasks from the TODO list
• Edit tasks in the TODO list
• Mark a task in the TODO list as ‘done’
Data is stored on the client-side - in the browser LocalStorage

Code Samples

ScreenShot

ScreenShot

ScreenShot

Installation

Download && run npm install

Clone or download the Main branch of this project. Access the root directory and run.
npm install

Run the project

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

About


Languages

Language:TypeScript 73.1%Language:HTML 13.3%Language:JavaScript 7.0%Language:SCSS 6.6%