Great! Let's update the README to reflect that:
A responsive clone of BigBasket, featuring sorting functionality and a search feature exclusively on the product page. Users can sort products by price, rate, and discount in ascending and descending order.
View Demo (https://66255088e17b48e08b3448f1--spiffy-duckanoo-e6e19b.netlify.app/)
- Responsive design: Accessible across various devices and screen sizes.
- Sorting functionality: Sort products by price, rate, and discount in ascending and descending order.
- Search functionality: Search for products directly from the product page.
- Product data in JSON format: Each product page retrieves data from a JSON file.
- -signup
- -login
- -add to card
- Redirect to the login page if the user is not logged in when trying to access the cart.
- HTML5
- CSS3 (with Flexbox/Grid for layout)
- JavaScript (ES6+)
- Fetch API: To retrieve product data from JSON files. -local storage
- Clone the repository:
git clone https://github.com/yourusername/bigbasket-clone.git
- Open
index.html
in your preferred web browser.
- Navigate to the product page.
- Use the sorting dropdown to sort products by price, rate, or discount in ascending or descending order.
- Utilize the search bar to search for specific products.
Contributions are welcome! Follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/improvement
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/improvement
). - Create a new Pull Request.
This project is licensed under the MIT License.
Feel free to customize it further based on your project's specific features and needs!