Skip to content

chaddaess/mentimeter-front

Repository files navigation

Real-Time Quiz App Frontend

This repository contains the frontend for a real-time quiz application built with React. The frontend allows users to create quizzes, join quiz sessions, and participate in real-time quiz interactions.

  1. Clone this project
git clone https://github.com/chaddaess/mentimeter-front
  1. Navigate into the project directory:
 cd mentimeter
  1. Install dependencies
  npm install
  1. Running the app
npm run dev
  1. Routing system

To define routes for the different pages and navigate between them effectively , we'll use react-router-dom. To do that we'll wrap our app inside a <BrowserRouter> </BrowserRouter> component. Then inside the <Routes> </Routes> component , we will specify our pages as well as their routes (path) and content (element) like so

<Route path="path/to/page" element={<ComponentName/>}></Route>

A react router tutorial I have found helpful : https://www.youtube.com/watch?v=59IXY5IDrBA&t=14s&ab_channel=freeCodeCamp.org

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •