https://github.com/mirzaianov/test-todo
Test Project - A custom Todo app
https://github.com/mirzaianov/test-todo
react react-testing-library typescript unit-testing vite vitest
Last synced: 2 months ago
JSON representation
Test Project - A custom Todo app
- Host: GitHub
- URL: https://github.com/mirzaianov/test-todo
- Owner: mirzaianov
- Created: 2024-12-10T12:45:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T11:59:49.000Z (over 1 year ago)
- Last Synced: 2025-03-30T07:23:24.782Z (over 1 year ago)
- Topics: react, react-testing-library, typescript, unit-testing, vite, vitest
- Language: TypeScript
- Homepage: https://todo-mirzaianov.vercel.app/
- Size: 2.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# "Todo App" Test Project

## Description
### A todo app that manages a list of tasks
### Features
- The pixel-perfect layout
- An input field for a new task
- A list of all tasks with option to hide it
- Separate filters to show lists of `All`, `Completed` & `Active` tasks
- 100% Unit Tests coverage
- Utilized React Hooks
### Dependencies
1. `Vite`
2. `TypeScript` • `React` • `React Hooks`
3. `Vitest` • `React Testing Library`
## Installation & Execution
### Install via Vite
```bash
git clone https://github.com/mirzaianov/test-todo.git
cd test-todo
npm i
```
### Run in the development mode
```bash
npm run start
```
Vite will start frontend server on [http://localhost:5173/](http://localhost:5173/)
### Or open the deployed site
[https://todo-mirzaianov.vercel.app/](https://todo-mirzaianov.vercel.app/)
## Run Tests

### The test
```bash
npm run test
```
### The tests coverage
```bash
npm run coverage
```
## License
### MIT license
You can use the code, but I ask you do not copy this site without giving me credit.