This is the frontend of the QuizWiz application where users can browse and take quizzes.
- [email protected] and up
- npm@10 and up
1. Clone the repository:
git clone [email protected]:RedberryInternship/quizwiz-front-tamar-sinauridze.git2. Install dependencies:
npm install3. Copy .env file:
cp .env.example .env.local4. If you are going to make changes in this project, you also need to install and configure ESLint and Prettier in your code editor using this guide.
Run the server:
npm run devThe server should be running on http://localhost:5173/
- Figma - The design of the project