- NodeJS
- NPM
- Please copy and rename the .env.example to .env.local
- npm run dev
- npm run test:ci
- npm run cypress:headless
- Next JS
- React Query (To handle fetching, pre-fetching and data )
- Jest (unit testing)
- Cypress (e2e)
- While developing I encounter a rate limit of 200 requests per hour. So to fix this issue I've added a cypress test to record the API response and test from there.
- I would love to add if time allows.