A responsive and interactive front-end website built using HTML, CSS & JavaScript.
This project shows my ability to create a clean user interface, navigation structure, and responsive design elements for web users.
This repository contains the complete source code for a static website featuring:
- A responsive homepage
- Navigation menu
- Structured sections (About, Health, Workout, Feedback)
- Basic form and interactive elements
- Modular HTML files for different views
Though some initial development and design work happened outside GitHub, the entire codebase is now hosted here for collaboration, showcasing, and version tracking.
✔ HTML5
✔ CSS3
✔ JavaScript (DOM interactions)
✔ Google Fonts & Font Awesome
✔ Static file serving (no backend)
├── index.html ├── Home.html ├── about.html ├── health.html ├── workout.html ├── feedback1.html ├── Login.html ├── Leftframe.html ├── Titletop.html ├── ackn.html ├── images/ ├── styles/ └── assets/
✅ The main entry point and landing page is
index.html.
✔ Clean UI with navigation controls
✔ Organized and modular page structure
✔ Interactive elements (e.g., navigation links, feedback form layout)
✔ Basic responsiveness for different screen sizes
To view and modify this project locally:
-
Clone the repository
git clone https://github.com/Ananya-1801/website-project.git
-
Open the website
- Open index.html in your browser
- No build tools or server required
🧠 What You Can Learn
This project demonstrates:
-
HTML semantics and structural organization
-
Styling with CSS
-
JavaScript enhancements for UI behavior
-
GitHub repository readiness for future collaboration
📩 Feedback / Contact
Feel free to open an issue or reach out to me at:
🔗 https://github.com/Ananya-1801
👥 Contributing
-
Contributions are welcome! You can:
-
Open issues for bugs or feature requests.
-
Submit pull requests to improve workflows or documentation.