Skip to content

sin165/redberry-bootcamp-quizwiz-front

Repository files navigation

QuizWiz

A project for the REDBERRY internship

This is the frontend of the QuizWiz application where users can browse and take quizzes.

Table of Contents

Prerequisites

Tech Stack

Getting Started

1. Clone the repository:

git clone [email protected]:RedberryInternship/quizwiz-front-tamar-sinauridze.git

2. Install dependencies:

npm install

3. Copy .env file:

cp .env.example .env.local

4. 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.

Development

Run the server:

npm run dev

The server should be running on http://localhost:5173/

Resources

  • Figma - The design of the project

Releases

No releases published

Packages

No packages published

Languages