Skip to content

ViniUme/LimitsGym

Repository files navigation


Translations


About

This project is the final thesis for the conclusion of our team's technical course in systems development. The project consists of a website based on the "Limits" gym, which we frequent.


Team

Vinícius M. Silva
Miguel F. de Oliveira Leite
Pedro H. Milani Vágula
Ruan (Ark Ruan)
Leonardo Bertelli


Technologies Used

Front End Back End
Also included are some npm libraries, such as nookies, react-modal and remask. Respectively used to manage browser cookies, create pop-ups on display, and use mask on inputs.



How to Run

Clone this repository:

git clone https://github.com/ViniUme/LimitsGym.git

Have Node.js installed in your computer. With terminal opened in project folder, install the dependencies :

npm install
    or
yarn

Then type this command in to run local server:

npm run dev
   or
yarn dev