https://github.com/ryomendev/quizapp
An online quiz platform built with React.js, featuring quiz creation, timed multiple-choice questions, result analysis, and authentication with Node.js, Express, and MongoDB. It ensures a responsive UI, secure authentication using JWT, and state management via Redux. 🚀
https://github.com/ryomendev/quizapp
express mongodb reactjs
Last synced: about 2 months ago
JSON representation
An online quiz platform built with React.js, featuring quiz creation, timed multiple-choice questions, result analysis, and authentication with Node.js, Express, and MongoDB. It ensures a responsive UI, secure authentication using JWT, and state management via Redux. 🚀
- Host: GitHub
- URL: https://github.com/ryomendev/quizapp
- Owner: RyomenDev
- Created: 2025-03-03T13:49:53.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-03T14:39:54.000Z (about 2 months ago)
- Last Synced: 2025-03-03T15:23:56.553Z (about 2 months ago)
- Topics: express, mongodb, reactjs
- Language: JavaScript
- Homepage:
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quizo (QuizApp)
- [x] Completed Task ✅
- [ ] Pending Task ❌#### Frontend (React.js + Redux)
- [ ] **Authentication Pages** (Login, Register)
- [ ] **Admin Dashboard** (Add/Edit/Delete Quiz Questions)
- [ ] **Quiz Page** (Users can take the quiz with a timer)
- [ ] **Results Page** (Display correct/wrong answers, score analysis)
- [ ] **State Management** (Redux for storing user session, quiz state)
- [ ] **Styling** (Tailwind CSS for UI)#### Backend (Node.js + Express + MongoDB)
- [ ] **User Authentication** (JWT for secure login/logout)
- [ ] **Quiz Management API** (CRUD operations for quizzes)
- [ ] **Results Tracking API** (Save and fetch user scores)
- [ ] **Validation & Error Handling** (Ensure data integrity)