Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.74 KB

File metadata and controls

54 lines (43 loc) · 1.74 KB

📱 The Tech Guide

The Tech Guide is a user-friendly application designed to help elderly users and beginners understand and use modern mobile applications through simple, step-by-step tutorials. It focuses on accessibility, clarity, and ease of use with multi-language support and customizable settings.

📌 Problem

Many users find it difficult to navigate commonly used applications such as food delivery, banking, cab booking, and healthcare apps due to complex interfaces and information overload.

💡 Solution

The Tech Guide simplifies technology learning by providing:

  • Animated, graphic-based tutorials
  • Simple and intuitive user interface
  • Multi-language support
  • Customizable font sizes
  • Step-by-step guidance from basic to advanced usage

✨ Key Features

  • Beginner and elderly-friendly design
  • Regional language tutorials
  • Clear instructions without confusion

Landing Page

Image

Category Based Selection

Image

Language Specific Tutorial

Image

🛠️ Installation & Running the Project

Prerequisites

  • Node.js (v16 or above)
  • npm
  • PostgreSQL

Steps

  1. Navigate to the project directory:
    cd tech-guide
  2. Install dependencies:
    npm install
  3. Run the application in Dev mode:
    npm start
  4. Run the application in Prod mode:
    npm run start:prod