This is a project based on Traversy Media's Expense Tracker, but using Typescript and the Context API in a very different way.
This is the deployed version: app
The Context API was used following the advice by Kent C Dodds in his blog post.
Uses:
- Typescript
- Context API
- Ramda.js
- React Testing Library (unit and integration testing)
- React Hook Form
- Framer Motion
- Tailwind CSS
To install yarn
.
To run yarn start
To run all tests: yarn run test