/cross-course-project-Padletut

cross-course-project-Padletut created by GitHub Classroom

Primary LanguageHTML

Rainy Days

image

Rainy Days is an e-commerce website designed for selling stylish rainwear. The website provides a dynamic and interactive user experience, with products being fetched and displayed from a remote server.

Description

Rainy Days is a modern e-commerce site built using HTML, CSS, and JavaScript. It fetches product data from an API and displays it dynamically. The website features a clean and responsive design, product search functionality, and seamless user interactions. It ensures accessibility and usability, adhering to best practices and standards.

  • Provides detailed product information and images
  • Implements dynamic product fetching and rendering
  • Ensures accessibility and usability with WCAG compliance
  • Enhances user experience with a responsive and interactive design

Built With

Getting Started

Installing

To get the project started, follow these steps:

  1. Clone the repo:
git clone https://github.com/Noroff-FEU-Assignments/cross-course-project-Padletut.git
  1. Navigate to the project directory:
cd cross-course-project-Padletut

Running

To run the app, follow these steps:

Ensure you have a running server providing the product data.

Open the project in your preferred code editor and run a live server (e.g., Live Server in VSCode).

Configure the API endpoint in the constants.js file to point to your server's API.

Contributing

If you would like to contribute to this project, please fork the repository and use a feature branch. Pull requests are warmly welcome.

  1. Fork the repo:
git fork https://github.com/Noroff-FEU-Assignments/cross-course-project-Padletut.git
  1. Create a feature branch:
git checkout -b feature-branch-name
  1. Commit your changes:
git commit -m 'Add some feature'
  1. Push to the branch:
git push origin feature-branch-name
  1. Open a pull request.

Contact

License

Acknowledgments