Skip to content

This project aims to optimize and debug a website. Several errors are hidden in the JavaScript code and need to be fixed. The application's performance must be improved.

Notifications You must be signed in to change notification settings

gtcore902/nina-carducci

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project 5 : nina-carducci

About this project

This project is part of the OpenClassrooms web developer path 🚀.

This project aims to optimize and debug a website. Several errors are hidden in the JavaScript code and need to be fixed. The application's performance must be improved.

Main optimizations are:

  • Images need to be optimized
  • Semantics must be modified
  • Page loading must be accelerated
  • Many tags are missing and/or incorrectly filled in
  • And others optimizations

✅The goal is to achieve a minimum score of 90% with the Lighthouse performance monitoring tool.

✅The website must comply with the minimum accessibility rules defined by the WCAG (Web Content Accessibility Guidelines).

✅The development must adhere to best practices.

✅SEO should also be above 90%.

More information about technical criteria : openclassrooms

Contributing

No contribution needed but you can use this repository.

If you wish to use or contribute to the project, follow these steps:point_down::

  • Fork the project
  • Create a feature branch

    git checkout -b feature/NewFeature

  • Commit your changes

    git commit -m 'Add NewFeature'

  • Push the branch

    git push origin feature/AmazingFeature

  • Open a pull Request

How to use Git?

Contact

github linkedin

Project link: https://gtcore902.github.io/nina-carducci/

About

This project aims to optimize and debug a website. Several errors are hidden in the JavaScript code and need to be fixed. The application's performance must be improved.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.3%
  • JavaScript 31.0%
  • CSS 17.7%