Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daverbk/namelikepro
Fun application that allows users to generate nicknames 🚀
https://github.com/daverbk/namelikepro
nickname nickname-generator
Last synced: about 2 months ago
JSON representation
Fun application that allows users to generate nicknames 🚀
- Host: GitHub
- URL: https://github.com/daverbk/namelikepro
- Owner: daverbk
- License: other
- Created: 2023-12-11T18:19:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-15T08:00:04.000Z (12 months ago)
- Last Synced: 2024-01-15T10:18:15.204Z (12 months ago)
- Topics: nickname, nickname-generator
- Language: JavaScript
- Homepage: https://daverbk.github.io/namelikepro/
- Size: 2.33 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# 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](https://github.com/daverbk/namelikepro) or follow the instructions below to set it up locally.``` shell
# 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.