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
- Host: GitHub
- URL: https://github.com/kseniia-chepur/todo-app-fe_true-item
- Owner: kseniia-chepur
- Created: 2025-01-12T13:43:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T02:54:50.000Z (5 months ago)
- Last Synced: 2025-01-22T09:17:18.190Z (5 months ago)
- Topics: angular, angularmaterial, http-requests, jest, tyepscript
- Language: TypeScript
- Homepage: https://todo-app-fe-true-item.onrender.com/
- Size: 304 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`