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 install
command in order to install the required dependencies. - Run
npm run mock
command in order to run the JSON Server. - Run
npm start
command in order to run the app.