daverbk / namelikepro

Fun application that allows users to generate nicknames πŸš€

Home Page:https://daverbk.github.io/namelikepro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Name Like Pro

Description

The Nickname Generator is a fun and creative application that allows users to generate unique and personalized nicknames by concatenating two words together

How It Works

Input Words: Users provide two words of their choice and selects checkboxes for the functionality one is interested in.

Checkbox Name Functionality
Has Postfix? Adds a random postfix noun to nickname like Assassin, Eagle etc.
Has Special chars? Adds a random special character in the begging and end of nickname like ☁, β˜…, ☠ etc.
Has Adjective? Adds a random adjective in the beginning of nickname like Golden, Deadly etc.

Getting Started

To try out the Name Like Pro, visit our live demo or follow the instructions below to set it up locally.

# Clone the repository
git clone https://github.com/daverbk/namelikepro.git

# From project's directory run 
mvn spring-boot:run

# Navigate to /frontend project directory
cd frontend

# Install dependencies
npm install

# Run the application
npm start

Contributing

We welcome contributions! Fork us and create pull requests whenever you changes are ready.

License

This project is licensed under the MIT License.

About

Fun application that allows users to generate nicknames πŸš€

https://daverbk.github.io/namelikepro/

License:Other


Languages

Language:JavaScript 38.1%Language:Java 30.7%Language:CSS 20.8%Language:HTML 10.4%