Skip to content

This projet is a planning maker app make with React and TypeScript boostraped by create-react-app

Notifications You must be signed in to change notification settings

ten4ssdp/front-office

Repository files navigation

Front office for SSDP

Developers

  • OUAISH Reda
  • TRAVAILLEUR Lorick

Description

This projet is a planning maker app make with React and TypeScript boostraped by create-react-app

Production

Here is the production link
And here are some credentials to connect to the front office :

Technologies

  • React
  • TypeScript
  • Eslint (basic config)
  • Prettier
  • Moment
  • Scss
  • Ant Design

State Management

  • React Context (with reducer) - redux-like

How it works

  • git clone <REPOSITORY URL>
  • cd to the folder and then yarn or npm i , it will install all the packages you need.
  • yarn start or npm start to start the project.
  • yarn lint:fix to run the linter

Testing