This project is a SPA A joker API and display the jokes of different ways. the jokes can be displayed randomly, by category, by id, and on the list of all jokes.
This project use a fork of the official joker API (https://github.com/15Dkatz/official_joke_api/tree/master), the fork is https://github.com/puppetmaster886/official_joke_api
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Improve the UI adding more styles
- improve UI consistency across the app
- Add empty, loading, and error states to the app
- new design for the list on mobile
- increase resposiveness
- Add tests