Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Project 03 of the "JavaScript React Developer" training path with OpenClassrooms

Notifications You must be signed in to change notification settings

alexperronnet/openclassrooms-03-ohmyfood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OhMyFood

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.

OhMyFood preview

Overview

The Project

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.

User Story

  • 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.

Technology Stack

  • Authorized: HTML / CSS / Sass
  • Recommended: HTML / Sass
  • Prohibited: JavaScript / Framework CSS / Inline CSS

Style Guide

Colors

The colors are: #9356DC, #FF79DA, #99E2D0

Font

The font is:

Local Development

  1. Clone the repository
git clone https://github.com/alexperronnet/openclassrooms-03-ohmyfood.git
  1. Navigate to the repository
cd openclassrooms-03-ohmyfood
  1. Install dependencies
npm install
  1. Start the development server
npm run dev
  1. Genrate production build
npm run build
  1. Preview the production
npm run preview

License

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.

About

Project 03 of the "JavaScript React Developer" training path with OpenClassrooms

Resources

Stars

Watchers

Forks