Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 677 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 677 Bytes

React TodoApp Testing

This is a simple todo app with the following features:

🧪 Tests for base scenarios (React Testing Library)
🐶 Type checking, linting (ESLint), code formatting (Prettier) and running tests with Git hooks (husky)
✅ Simple CI pipeline (GitHub Actions) for type checking, linting, code formatting, running tests, building and deployment
🎮 Demo hosted on Github Pages