An open API service indexing awesome lists of open source software.

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

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.