Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 896 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 896 Bytes

Personalized Joke Generator

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:

  1. Clone the repository:
    git clone https://github.com/Piinkmo/JokeGenerator.git
    cd JokeGenerator