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.
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.
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
- Beginner and elderly-friendly design
- Regional language tutorials
- Clear instructions without confusion
- Node.js (v16 or above)
- npm
- PostgreSQL
- Navigate to the project directory:
cd tech-guide - Install dependencies:
npm install
- Run the application in Dev mode:
npm start
- Run the application in Prod mode:
npm run start:prod