Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hypervillain/sm-todo-homework
https://github.com/hypervillain/sm-todo-homework
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hypervillain/sm-todo-homework
- Owner: hypervillain
- Created: 2022-01-14T15:29:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T10:57:57.000Z (almost 3 years ago)
- Last Synced: 2024-10-20T00:54:58.247Z (3 months ago)
- Language: JavaScript
- Size: 174 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
1. How to run the project
2. How to launch jest tests
3. How to launch cypress testsList of dependencies used (redux, yup, react, next)
The app can:
- create a todo
- set todo to "done" or "not done"
- filter todos by "show all", "show done", "show not done"
- save to FileSystem via an API call (file name: todos.json)
- expected format of todos is validated server-side
- fetch todos.json on page loadTest frameworks installed are jest and cypress.
You're free to install other tools.