Skip to content

React | Frontend part of the Pairing Randomizer app that optimizes student pairings on projects

Notifications You must be signed in to change notification settings

LEARNAcademy/pairing-app-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pairing App Frontend

As developers, we're always on the lookout for tools that can make our work easier. And if we can't find those tools, we create them ourselves! That's exactly how this pairing randomizer application started. Although this application is still in development, the goal of this app is to make life easier for instructors by helping them organize and manage their classrooms effortlessly. It takes care of maintaining and optimizing pairs, so instructors can focus on what they do best!

Wireframe

Planning is an important step in the process of development. This application has many pieces to create a cohesive application. One of the most important pieces is to have a structured design to streamline development. You can find the Figma wireframe here

Structure

The frontend consists of a standard React application. Inside the root directory contains the src folder where you can find assets, components, and pages. These folders are where the magic happens along with App.js that is the nerve center of it all.

Run Locally

To get this app up and running on your computer, follow the below steps:

  • clone application
  • cd pairing-app-frontend
  • yarn
  • yarn start

** Please note that this is only the frontend application to a decoupled full stack application. You will also need the pairing-app-backend repo

About

React | Frontend part of the Pairing Randomizer app that optimizes student pairings on projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published