Sandoramix / 42-findmypeer

42Firenze's local web app to find your peers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

42Firenze - Find My Peer

This is a local web application created for 42 students at 42Firenze to locate their peers. It currently displays which PCs are occupied and by whom.

Available Features

You can find your peer either from:

  • Table
  • Graphical rapresentation of clusters.
  • Graphical rapresentation of each cluster on a single page.

The search bar is useful for filtering peers by their intra's nickname or by filtering the cluster position (c<cluster>r<row>p<pc>).

Getting Started

If you want to test this application you'll simply need to:

  • Rename .env.example which contains everything you need into .env and modify it to your needs.
  • Configure the clusters inside clusters.json file
  • Install npm packages with:
      npm install
  • And finally you can start the application with:
      npm start

About

42Firenze's local web app to find your peers.

License:MIT License


Languages

Language:CSS 41.8%Language:JavaScript 33.7%Language:HTML 24.5%