Baiainfreschi.it' (accessible online at https://www.baiainfreschi.it/) is a React-based project with the primary objective of crafting a high-performance landing page for Baia degli Infreschi. This landing page serves as a digital gateway, inviting visitors to immerse themselves in the enchanting beauty of Baia degli Infreschi.
Nestled along the picturesque Italian coastline, Baia Infreschi captivates with its natural splendor and tranquility, attracting travelers to its pristine shores and azure waters. The project aims not only to entice enthusiasts to explore the allure of Baia Infreschi but also provides practical guidance on how to reach this idyllic destination.
With a focus on utilizing cutting-edge web development technologies, the project ensures optimal performance, maintainability, and a seamless user experience, enhancing the virtual journey to Baia degli Infreschi.
-
React: The entire project is built using React, taking advantage of its component-based architecture for a modular and scalable codebase.
-
ESLint and Stylelint: Code quality is maintained through the integration of ESLint for JavaScript and Stylelint for styles. This ensures adherence to best practices and coding standards.
- Jest and Enzyme: Comprehensive testing is implemented using Jest for test execution and Enzyme for component testing. This guarantees the reliability of the application's functionality.
- Clone the repository:
git clone https://github.com/GianMen91/BaiaInfreschiWebpage.git
- Install dependencies:
npm install
- Run the development server:
npm start
Run Jest and Enzyme tests: npm test