A Node.js project that provides a web interface with buttons to generate different types of random names, including superhero names, silly names, and band names.
This project allows you to generate random names by clicking on the following buttons:
- Superhero Name: Generates a random superhero name.
- Silly Name: Creates a funny and silly random name.
- Band Name: Generates a unique name suitable for a music band.
To run this project locally, follow these steps:
-
Clone the repository to your local machine.
-
Install the dependencies.
cd random-name-generator npm install
-
Start the server.
npm start
-
Open your web browser and navigate to http://localhost:3000 to use the random name generator.
- Visit the web interface and click on the respective buttons to generate random names.
- Enjoy the creative and humorous names generated by the application.
This project uses the following npm packages:
- Express: A fast, unopinionated, minimalist web framework for Node.js.
- EJS: Embedded JavaScript templates for building dynamic web applications.
- Body-parser: Node.js body parsing middleware.
- Sillyname: A package to generate silly names.
Feel free to contribute to the project. If you have any improvements or new features, please open an issue or submit a pull request.
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a pull request
This project is licensed under the ISC License - see the LICENSE file for details.