Welcome to our Quiz App! Built with typescript and react and deployed on github pages.
- Take a quiz based on category and difficulty level
- View all questions
- Add a question
- Edit a question
- Delete a question
- Cypress testing
You will need the backend running to test this locally on your machine.
-
Clone the repository:
git clone https://github.com/fac29/P1DAAF-Frontend.git cd P1DAAF-Frontend
-
Install dependencies:
npm install
-
Set up environment variables:
Create a
.env.development
file in the root directory and add your configuration settings.VITE_API_URL=http://localhost:3000
-
Run the application:
npm run dev
End to end testing is included. To run cypress testing please use the command:
npx cypress open