This application calls an api and displays the results into clickable links that route to individual pages for more details.
The api used is Zen Quotes
- Clone the repo to your repository
- Make sure you have nvm installed
- run
nvm useto check use the correct node version - run
npm cito install dependencies - run
npm run devto start up the app - go to
http://localhost:3000/to view the application
npm run test, jest will run on the tests
- React.js and typescript
- Next.js
- Tailwind.css for styling
- Jest and react testing library for unit tests
- Figma for designing
