/invito-frontend

This is the frontend for Invito project. ReactJS with Material UI

Primary LanguageJavaScript

Invito - Invitation Manager

ss

Requirements

Make sure that you have nodejs installed on your machine. Also, you need npm or yarn.

Install Deps

This might take awhile..

$ git clone https://github.com/serhangursoy/invito-frontend.git
$ cd invito-frontend
$ npm install

Start

$ npm start

Test

$ npm test

How it looks?

ss ss ss

Framework

Style

  • Material UI is used to make the app look fancy with the help of Google.

Test

  • jest is used to create tests and checking the component integrity and functionality.