Simple & minimalistic website for generating random crypto currency names and short names.
- HTML
- CSS
- JavaScript
This project is a simple web application that uses a JavaScript program to generate random crypto currency names and short names. The program selects a combinations of names from an array of names and composes them into a resulting random name. To make changes in how the web application looks change index.html and style.css. To make changes in how the web app creates a random name, change script.js.
- Clone the repository
- Open index.html in a browser
- Enjoy the Game!
Pull requests are always welcome. For bigger changes, please open an issue first to discuss what you would like to change.