Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 935 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 935 Bytes

Fisheye

Fisheye is a school project signed OpenClassrooms which aims to create an accessible website.

The project is available here on Github Pages.

The repository provided to the students can be found here.

Goals

The goal of this project is to

  • Manage the events of a website with Javascript
  • Develop a modular web application with design patterns
  • Write maintainable JavaScript code
  • Ensure the accessibility of a website

What was done

  • The project has been completely refactored, the HTML / CSS reintegrated with the help of models provided.
  • Refactoring and optimization of JavaScript provided.
  • Factory design pattern
  • Object oriented programming
  • Small router
  • Optimization of data and images
  • W3C HTML and CSS validation.