This project generates random horoscope-themed messages. Every time you run the program, you will get a new, randomized output.
- Build a message generator program using JavaScript
- Use Git version control
- Use command line
- Develop locally on your computer
- JavaScript
- Git and GitHub
- Command line
- Node.js and npm
- Clone the repository:
git clone https://github.com/LuisKaizen75/JS-message-generator.git
- Navigate to the project directory:
cd JS-message-generator - Install dependencies:
npm install
- Run the program:
npm start
- Convert this script into a web application.
- Add more data categories to enhance the message variety.
- Implement a user interface for better interaction.
This project is licensed under the MIT License. See the LICENSE file for details.
This project was developed as part of a Codecademy guideline. The goal was to practice JavaScript and build a simple message generator.