https://github.com/aditya-ranjan1234/random-name-generator
Random Name Generator
https://github.com/aditya-ranjan1234/random-name-generator
beginner-project css expressjs javascript randome-name-generator
Last synced: 2 months ago
JSON representation
Random Name Generator
- Host: GitHub
- URL: https://github.com/aditya-ranjan1234/random-name-generator
- Owner: Aditya-Ranjan1234
- License: gpl-3.0
- Created: 2024-04-14T12:45:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-14T13:48:40.000Z (over 1 year ago)
- Last Synced: 2025-03-16T08:08:51.866Z (7 months ago)
- Topics: beginner-project, css, expressjs, javascript, randome-name-generator
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Random Name Generator
Welcome to the Random Name Generator! This Node.js application built with Express.js generates random names for a simple, fun experience.
## Features
- **Random Name Generation**: Generate random names with a click of a button.
- **Responsive Design**: The interface is designed to work seamlessly across devices.## Installation
To install and run this application locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/Aditya-Ranjan1234/random-name-generator.git
```2. Navigate to the project directory:
```bash
cd random-name-generator
```3. Install dependencies:
```bash
npm install
```4. Start the server:
```bash
nodemon index.js
```5. Open your web browser and visit `http://localhost:3000` to view the application.
## Usage
Once you have the application running, follow these steps to generate a random name:
1. Open the application in your web browser.
2. Click on the "Generate Name" button.
3. Enjoy your randomly generated name!## Contributing
Contributions are welcome! If you have any ideas, suggestions, or bug fixes, feel free to open an issue or create a pull request. Please adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.