Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.26 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.26 KB

Job board Exercise

Overview

This project was part of the training course "fullstack developper" made by LeReacteur (https://www.lereacteur.io/).
The goal of this project was learn how to create components and pass props so I did not focus on accessibility, SEO or responsivness.

Satus
Finished.
This website in not responsive.

Online demo
https://job-board-exercise.netlify.app/

Architecture
1 pages available : The Job Board


Packages

No packages installed


Installation and usage

Be sure, you have installed all dependencies and applications to run React project on your computer : Getting Started with React.

Running the project

Clone this repository :

git clone https://github.com/AFlorie/JobBoardExercise
cd JobBoardExercise

Install packages :

yarn

When installation is complete, run it :

yarn start

You're done !