Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Tips Generator Application

A simple, lightweight command-line application built with Node.js that displays random programming tips based on selected topics.

Features

  • 🎯 Interactive menu-driven interface
  • 🎲 Random tip generation from selected topics
  • 💻 No external dependencies (uses Node.js built-in modules)
  • 📦 Single-file application for easy deployment
  • 🎨 Clean and user-friendly terminal output

Requirements

  • Node.js (version 10 or higher)

Installation

  1. Clone or download the repository
  2. Navigate to the project directory:
    cd tips-generatory

Usage

Run the application with:

node tips-app.js

How it works

  1. The application displays a menu with available topics
  2. Enter the number corresponding to your desired topic
  3. A random tip from that topic will be displayed
  4. Press Enter to return to the menu
  5. Select option 2 (or the Exit option) to quit the application

Example

╔═══════════════════════════════════╗
║      Tips Generator App           ║
╚═══════════════════════════════════╝

Select a topic:

  1. Java
  2. Exit

Enter your choice: 1

════════════════════════════════════════════════════════════

💡 JAVA TIP:

Use 'StringBuilder' instead of '+' for string concatenation in loops 
to avoid creating multiple intermediate String objects.

════════════════════════════════════════════════════════════

Available Topics

Currently supported topics:

  • Java -

Project Structure

tips-generatory/
├── tips-app.js        # Main application file
└── README.md          # This file

Enjoy learning with random programming tips! 💡

About

Simple nodejs command line app to give random tips for various topic

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages