/random-christian-name-generator-web

Biblical names combined with popular puritan names to generate a random christian name. A web interface for https://github.com/hirwaNkevin/random-christian-name-generator

Primary LanguageTypeScriptMIT LicenseMIT

Random Christian Name Generator

A web application that generates random Christian names by combining Biblical names with popular Puritan names. This project provides a user-friendly interface for generating and browsing through these names.
For command-line tool see https://github.com/hirwaNkevin/random-christian-name-generator

Table of Contents

Features

  • Generate a random Christian name with one click.
  • Browse through previously generated names.
  • Like and bookmark a name.
  • User-friendly interface.

Installation

To get a local copy up and running, follow these steps:

  1. Clone the repository:

    git clone https://github.com/hirwaNkevin/random-christian-name-generator.git
  2. Navigate to the project directory:

    cd random-christian-name-generator
  3. Install dependencies:

    npm install

Usage

To start the application, run the following command:

npm start

This will start a local development server. Open your browser and navigate to http://localhost:3000 to see the application in action.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project

  2. Create your Feature Branch

    git checkout -b feature/AmazingFeature
  3. Commit your Changes

    git commit -m 'Add some AmazingFeature'
  4. Push to the Branch

    git push origin feature/AmazingFeature
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.