Skip to content

HarryPerez/wallatest

Repository files navigation

wallatest

How to use it?

  1. Create a .env file
  2. Write the environment variable REACT_APP_API_URL and ask for its value
  3. yarn - To install all dependencies
  4. yarn start-development - To start the project locally
  5. Have Fun!

How to test the code it?

Just run yarn test

What it is in the project?

  • React.js
  • Typescript
  • Sass
  • Jest
  • Material ui icons and components
  • Responsive design
  • "MVC" structure in order to have components, controller (routes) and services separated
  • criterias and mixins in order to allow responsiveness
  • global layouts, breakpoints to avoid repetion of styles

Environment variables

  • REACT_APP_API_URL= "please ask the value to the creator of this repo"

References