A responsive web application that fetches jokes from JokeAPI with favorites functionality.
- Random Jokes: Fetches new random jokes on demand
- Category Search: Filter jokes by Programming/Dark/Pun categories
- Favorites: Save jokes to localStorage with one-click
- React Router for navigation
- API integration with JokeAPI
- Responsive Tailwind CSS design
- Proper error handling and loading states
- Run the app locally:
git clone https://github.com/MSSAYED11/t3_proj.git
cd t3_proj
npm install
npm start