Caution
This repository hosts a project completed as part of my OpenClassrooms training program. Having successfully completed the program, the project has now been archived and will no longer be actively maintained. Please be aware that while the repository will remain accessible for reference, some links or features may no longer function as intended.
The project is to create a website prototype for OhMyFood by integrating the HTML and CSS model and making it dynamic with CSS animations and transitions.
- the integration must be done only in HTML5 and CSS3, no frameworks must be used.
- The HTML must be validate by W3C.
- The CSS must be validate by W3C.
- The website must be responsive.
- The integration must be done in mobile first.
- The prototype must be compatible with the latest versions of Google Chrome and Mozilla Firefox.
- Authorized: HTML / CSS / Sass
- Recommended: HTML / Sass
- Prohibited: JavaScript / Framework CSS / Inline CSS
The colors are: #9356DC
, #FF79DA
, #99E2D0
The font is:
- Clone the repository
git clone https://github.com/alexperronnet/openclassrooms-03-ohmyfood.git
- Navigate to the repository
cd openclassrooms-03-ohmyfood
- Install dependencies
npm install
- Start the development server
npm run dev
- Genrate production build
npm run build
- Preview the production
npm run preview
This is an OpenClassrooms project. The code is freely reusable, but assets (images and logo) are not because they are not mine.
If you are also a student of OC, you can freely use my work as inspiration, but I advise you not to copy parts of it.