An interactive quiz application designed to help users prepare for the INCOSE ASEP certification.
- Interactive quiz system based on Systems Engineering Handbook and ISO 15288
- Progress tracking and analytics
- Topic-based quiz filtering
- Live commenting system
- Question tagging and notation
- Dark theme design
- React with Vite
- TypeScript
- TailwindCSS
- Radix UI/Headless UI
- Zustand/Redux Toolkit
- React Router
- TanStack Query
- Framer Motion
- Node.js with Express
- PostgreSQL/MongoDB
- Prisma ORM
- JWT Authentication
- Clone the repository:
git clone https://github.com/Elliades/AsepQuizz.git- Install dependencies:
npm install- Start the development server:
npm run devPlease read our contributing guidelines and follow our Git workflow:
- Create a feature branch from main:
feature/update-name - Make your changes
- Write clear commit messages with:
- Title
- Description
- Added/modified/deleted features
- Fixed bugs
- Remaining tasks
- Push your branch and create a pull request
- Wait for review and approval
[License details to be added]