This is a frontend project focused on quiz management and allowing users to take quizzes using ReactJS. The project utilizes an API built by Hoi Dan IT
- Download:
https://drive.google.com/drive/folders/1tVz00Wlt3-KUPrFcLazdEkkmA71870Cg?usp=drive_link - Build and run the Docker containers:
docker compose -p quiz_be up -d
-
Install dependencies:
npm install
-
Run the React development server:
npm start