Ezio is a basic e-commerce website project designed as a starting point for creating a full-fledged online store. While it's not fully functional yet, it includes essential frontend features and demonstrates the use of HTML, CSS, and JavaScript.
- Basic product navigation functionality.
- JavaScript-enabled interactive navbar that can be toggled open and closed.
- Responsive and clean design using HTML and CSS.
- No cart functionality implemented.
- No login or user authentication features.
- Limited product interactions and features.
To run this project locally, ensure you have a modern web browser and a code editor (optional) installed.
- Clone the repository to your local machine using:
git clone https://github.com/prasxor/Ezio.git
- Navigate to the project directory:
cd Ezio
- Open the
index.html
file in your browser to view the website.
index.html
: The main HTML file for the website.style.css
: Contains the styling rules for the website.script.js
: Handles the interactive navbar functionality.
## Roadmap
Planned future features:
- Add a functional cart system.
- Implement user authentication with login and registration functionality.
- Expand product interactions (e.g., adding product details, reviews).
- Enhance UI/UX for a more professional appearance.
## Contributing
Contributions are welcome! Feel free to fork the repository and submit a pull request with your changes.
## License
This project is open-source and available under the [MIT License](LICENSE).
## Contact
For questions or suggestions, feel free to reach out via the GitHub repository: [Ezio](https://github.com/prasxor/Ezio.git)