Description:
The Personalized Joke Generator is a web application that creates customized jokes using the JokeAPI. Built with Express.js and Node.js, this project allows users to enter their name and receive a joke personalized with their name in place of "Chuck Norris".
Features:
- User Input: Simple form for users to enter their name.
- Personalized Jokes: Fetches random jokes from JokeAPI and customizes them with the user's name.
- Error Handling: Displays user-friendly error messages in case of issues with fetching jokes.
Technical Details:
- Backend: Node.js with Express.js framework.
- HTTP Client: Axios for API requests.
- Templating Engine: EJS for rendering HTML views.
Setup Instructions:
- Clone the repository:
git clone https://github.com/Piinkmo/JokeGenerator.git cd JokeGenerator