Skip to content

A Node.js script that generates randomized horoscope messages in the terminal. Built with JavaScript to practice CLI tools and version control.

License

Notifications You must be signed in to change notification settings

LuisKaizen75/JS-message-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Horoscope Message Generator

This project generates random horoscope-themed messages. Every time you run the program, you will get a new, randomized output.

Project Objectives

  • Build a message generator program using JavaScript
  • Use Git version control
  • Use command line
  • Develop locally on your computer

Prerequisites

  • JavaScript
  • Git and GitHub
  • Command line
  • Node.js and npm

How to Run

  1. Clone the repository:
    git clone https://github.com/LuisKaizen75/JS-message-generator.git
  2. Navigate to the project directory:
    cd JS-message-generator
  3. Install dependencies:
    npm install
  4. Run the program:
    npm start

Future Improvements

  • Convert this script into a web application.
  • Add more data categories to enhance the message variety.
  • Implement a user interface for better interaction.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

This project was developed as part of a Codecademy guideline. The goal was to practice JavaScript and build a simple message generator.

About

A Node.js script that generates randomized horoscope messages in the terminal. Built with JavaScript to practice CLI tools and version control.

Topics

Resources

License

Stars

Watchers

Forks