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

https://github.com/kseniia-chepur/todo-app-fe_true-item

To-Do List App
https://github.com/kseniia-chepur/todo-app-fe_true-item

angular angularmaterial http-requests jest tyepscript

Last synced: 3 months ago
JSON representation

To-Do List App

Awesome Lists containing this project

README

        

## To-Do App (Frontend)

## [Deployment](https://todo-app-fe-true-item.onrender.com/)

### Features:
- Create a new ToDo

- Display all ToDos that were added to the ToDo List

- Toggle ToDo status via checkbox

- Edit/Delete selected ToDo

- Storing data to MongoDB

### Used technologies:
Angular - TypeScript - Angular Material - Jest

### Run locally:
- Clone the project

- Install dependencies: `npm install`

- Start dev server: `npm start`

- Navigate to `http://localhost:4200/`