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
- Host: GitHub
- URL: https://github.com/firmansyf/todo-app
- Owner: firmansyf
- Created: 2024-02-17T06:20:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T07:29:39.000Z (over 2 years ago)
- Last Synced: 2025-02-09T14:20:09.639Z (over 1 year ago)
- Topics: cypress, react-typescript, unit-testing
- Language: TypeScript
- Homepage:
- Size: 374 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

- Search Activity/Task

- Done Activity/Task

- Edit Activity/Task

- Delete Activity/Task

- Detail Activity/Task

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
