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

https://github.com/firmansyf/todo-app


https://github.com/firmansyf/todo-app

cypress react-typescript unit-testing

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## TODO APP

- Clone Project

```js
git clone https://github.com/firmansyf/todo-app.git

npm install / yarn install

npm run dev / yarn run dev
```

- Public API

```http
https://documenter.getpostman.com/view/7918444/UVJhEabr#8f0b01f5-83e4-4101-bb80-487e7981971b
```

- View App
![Screenshot 2024-02-17 135806](https://github.com/firmansyf/todo-app/assets/60347685/8534f37a-8fae-44f0-adbe-750803fdec15)

- Search Activity/Task
![Screenshot 2024-02-17 135856](https://github.com/firmansyf/todo-app/assets/60347685/c2033af7-87f9-4e94-a6d2-607f5c6bcde2)

- Done Activity/Task
![Screenshot 2024-02-17 135937](https://github.com/firmansyf/todo-app/assets/60347685/8514f2b1-0cea-43bf-8d16-e3cd8fe07431)

- Edit Activity/Task
![Screenshot 2024-02-17 140517](https://github.com/firmansyf/todo-app/assets/60347685/45d1463a-6814-4296-a685-9ddaf3dfb4a6)

- Delete Activity/Task
![Screenshot 2024-02-17 140733](https://github.com/firmansyf/todo-app/assets/60347685/b8318b2b-b206-4d90-bb68-d42830b88b44)

- Detail Activity/Task
![Screenshot 2024-02-17 140950](https://github.com/firmansyf/todo-app/assets/60347685/7cab95f3-1f2d-43a2-a17b-ce14a695dfdc)

Note : On the Activity/Task Detail page, you can do CRUD in it

### Running Cypress

```js
yarn cypress run / yarn cypress open
```

- Cypress passed Unit Test
![Screenshot 2024-02-17 133537](https://github.com/firmansyf/todo-app/assets/60347685/51d3db1a-d7ed-4933-9399-3fda76a865c3)