Welcome to the IceCream project by Team 2!
This repository contains the source code for a web-based ice cream shop application, created by a team for practicing purposes. The project showcases a modern web development stack, utilizing SCSS, HTML, and JavaScript to create a responsive and interactive user experience.
-
Responsive Design: Optimized for various devices and screen sizes.
-
Interactive UI: Smooth navigation and user-friendly interface.
-
Customizable: Easy to modify and extend with new features.
To get a local copy up and running, follow these steps:
- Clone the repository:
git clone https://github.com/Miro-wq/team2-new-icecream.git
- Navigate to the project directory:
cd team2-new-icecream
- Install dependencies:
npm install
- Run the application:
npm start
- /assets: Contains images, fonts, and other static assets.
- /src: Main source code directory with SCSS, HTML, and JavaScript files.
- .github/workflows: GitHub Actions workflows for CI/CD.
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.