This is a web application for a phone store, built using HTML, CSS, and JavaScript. Users can view a list of available phones, filter them by brand and price range, add them to their cart, and complete the checkout process.
- Clone the repository: git clone https://github.com/eldadbrhano/Phone-store-Project.git
- Navigate to the project directory: cd Phone-store-Project
- Install the dependencies: npm install
- Start the development server: npm start
- Open your web browser and go to http://localhost:3000
When you first open the application, you will see a list of available phones. You can filter the list by brand and price range using the dropdown menus at the top of the page. To add a phone to your cart, click the "Add to Cart" button next to the phone's name. You can view your cart at any time by clicking the shopping cart icon in the top right corner of the page.
When you are ready to checkout, click the "Checkout" button in your cart. You will be prompted to enter your name, email address, and shipping address. After you have filled out the form, click the "Submit" button to complete your order.
Contributions to this project are welcome. To contribute, please follow these steps:
- Fork the repository
- Create a new branch: git checkout -b my-new-feature
- Make your changes and commit them: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or comments about this project, please feel free to contact me.