Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahSu92 authored Jan 24, 2025
1 parent 36590db commit 079e487
Showing 1 changed file with 29 additions and 9 deletions.
38 changes: 29 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,37 @@
[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/9ew2LI-M)
# A brief description about this project
This school project is a quiz game that i've work tohether with a group of five people. The quiz is a about flags and what country each flag represent. It's ten questions and you have three anwers to choose from, wich one you think it's right. You can follow how many questions you have answerd and how far you have come in the process with the car at the bottom of the page that moves forward for each answerd question. When the quiz is finished the result will show have many qustions you answerd correct and time, also an animation pops up with confetti! 🎉

Meeting minutes week 1.
## Features

We appoint Omar as Scrum Master for weeks 1 and 2. After that, we will see who wants to take on the role. Yaman also wants to try being Scrum Master. Omar will set up backlog tasks that the rest of the group will start working on. We discuss the pseudocode for the project. Sarah creates sketches for how the project/page will look. We begin coding and test how merging and similar processes work.
- Animation
- Responive design to fit all platforms

## Run Locally

Clone the project

```bash
git clone https://link-to-project
```
Install dependencies

```bash
npm install
```

```bash
npm run
```
## Tech Stack

**Client:** SASS

**Server:** Node, Vite

## Screenshot

Meeting minutes week 2.

We continue coding and testing. Remove buggs and make sure everyone has something to work with.

Meeting minutes week 3.

We continue with the game logic and complete the final stage of testing and merging, hopefully we get the game finished by the end of the week.

Meeting minutes week 4.

We finish the code and complete the project. We begin the presentation and fix all the buggs with the code and merge to main.

0 comments on commit 079e487

Please sign in to comment.