Quizmis is a web application designed to enhance learning through interactive quizzes. This project is built using React + Vite for the front end, with Tailwind CSS for styling, Firebase for the back end and EmailJS for email receiving and sending.
To get a local copy up and running, follow these simple steps:
Clone the repository
git clone https://github.com/yourusername/quizmis.git
Replace yourusername
with your GitHub username.
Navigate to the project directory
cd quizmis
Install dependencies Run the following command to install the required packages:
npm install
Set up Firebase
Firebase.js
file in the project.Run the application Start the development server by running:
npm run dev
Open your browser
Navigate to http://localhost:5173
to view the application.