The Joke Generator website is a fun project that generates jokes at the click of a button. It uses the EJS templating engine and the Express framework for the backend.
- Click a button to get a random joke.
- Simple and clean user interface.
- Built with EJS for dynamic content and Express for the backend.
Before you begin, ensure you have the following installed:
- Node.js: Download Node.js
- npm (Node Package Manager): Included with Node.js installation.
- Clone the repository.
- Navigate to the project directory.
- Install dependencies
- npm install
- Start the server
- npm index.js
- Open your browser and visit http://localhost:3000 to access the Joke Generator website.
- Click the "Get a Joke" button to generate a random joke.
EJS - Embedded JavaScript templating engine. Express - Web application framework for Node.js.
Feel free to contribute to this project. If you have ideas for improvements or find any issues, please create a pull request or open an issue.