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
- Generate a random Christian name with one click.
- Browse through previously generated names.
- Like and bookmark a name.
- User-friendly interface.
To get a local copy up and running, follow these steps:
-
Clone the repository:
git clone https://github.com/hirwaNkevin/random-christian-name-generator.git
-
Navigate to the project directory:
cd random-christian-name-generator
-
Install dependencies:
npm install
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.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
-
Fork the Project
-
Create your Feature Branch
git checkout -b feature/AmazingFeature
-
Commit your Changes
git commit -m 'Add some AmazingFeature'
-
Push to the Branch
git push origin feature/AmazingFeature
-
Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.