This repository contains the JSO platform client.
JSO is a job-seeker platform designed to help users to organize and manage their job-seeking processes.
- React
- JavaScript
- Material UI (MUI)
- Axios
- JSON Server
- Clone the JSO-Fronted repository using the command:
git clone https://github.com/YaelD/JSO-Frontend.git. - Navigate via a terminal to the cloned directory.
- Run
npm installcommand in order to install the required dependencies. - Run
npm run mockcommand in order to run the JSON Server. - Run
npm startcommand in order to run the app.
