https://github.com/prasunchakra/inquizitive
An interactive quiz platform designed to spark curiosity and engage learners. Built with scalability in mind, it’s on track to become a full-fledged EdTech solution—integrating robust LMS features, dynamic analytics, and more.
https://github.com/prasunchakra/inquizitive
angular quiz tailwindcss trivia
Last synced: 5 months ago
JSON representation
An interactive quiz platform designed to spark curiosity and engage learners. Built with scalability in mind, it’s on track to become a full-fledged EdTech solution—integrating robust LMS features, dynamic analytics, and more.
- Host: GitHub
- URL: https://github.com/prasunchakra/inquizitive
- Owner: prasunchakra
- Created: 2025-01-04T06:14:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-11T08:11:55.000Z (5 months ago)
- Last Synced: 2025-01-11T09:24:14.724Z (5 months ago)
- Topics: angular, quiz, tailwindcss, trivia
- Language: TypeScript
- Homepage: https://quiz.prasunchakra.com/
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InQuizitive
An interactive quiz platform designed to spark curiosity and engage learners. Built with scalability in mind, it’s on track to become a full-fledged EdTech solution—integrating robust LMS features, dynamic analytics, and more.
## Features
- **Interactive Quizzes**: Engage learners with quizzes designed to test and expand knowledge.
- **Scalable Architecture**: Ready to evolve into a full LMS, complete with extensive course management capabilities.
- **Dynamic Analytics**: Gain insights into user performance and progress with planned analytics features.
- **Tailwind CSS**: Rapid UI development with a utility-first CSS framework.
- **Angular 19**: A modern web application framework for high-performance, maintainable apps.---
## Tech Stack
- **Front-end**: [Angular 19](https://angular.io/)
- **Styling**: [Tailwind CSS](https://tailwindcss.com/)
- **Build Tool**: [Angular CLI](https://angular.io/cli)---
## Prerequisites
- [Node.js](https://nodejs.org/) (v16+ recommended)
- [npm](https://www.npmjs.com/) or [Yarn](https://yarnpkg.com/)
- Angular CLI (installed globally):
```bash
npm install -g @angular/cli
```---
## Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/inQuizitive.git
```2. Navigate to the project directory:
```bash
cd inQuizitive
```3. Install dependencies:
```bash
npm install
```4. Start the development server:
```bash
ng serve
```5. Open your browser and navigate to:
```bash
http://localhost:4200
```