BrainStormer is a full-stack web application developed for the IDATT2105 course. It provides a comprehensive and user-friendly platform for creating, managing, and taking quizzes for educational, training, or entertainment purposes. Inspired by popular quiz platforms like Quizlet, Kahoot, and Quizizz, BrainStormer aims to offer a similar experience with its own set of unique features.
## Features
...
...
@@ -17,11 +17,69 @@ BrainStormer is a full-stack web application developed for the IDATT2105 course.
- Feedback and Support
## Installation
1. Clone the repository: git clone https://gitlab.stud.idi.ntnu.no/madelesj/fullstack.git
2. Navigate to the project directory: cd brainstormer
3. Install dependencies: npm install
4. Start the frontend server: npm run serve
5. Navigate to http://localhost:5173/ in your web browser.
Clone the repository: git clone https://gitlab.stud.idi.ntnu.no/madelesj/fullstack.git
This template should help get you started developing with Vue 3 in Vite.