An open API service indexing awesome lists of open source software.

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.

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
```