Skip to content

NishaGNB/assignment-cake-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Cake Shop Website

A modern, responsive website for a cake shop built with HTML, CSS, and JavaScript.

Features

  • Responsive design for all screen sizes
  • Product catalog with cake categories
  • Shopping cart functionality
  • Contact form with validation
  • About us page
  • Clean and modern UI

Technologies Used

  • HTML5
  • CSS3
  • JavaScript
  • Node.js/Express.js

Project Structure

cake-website/
├── index.html          # Home page
├── categories.html     # Cake categories  
├── cart.html          # Shopping cart
├── contact.html       # Contact form
├── about-us.html      # About page
├── style.css         # Styles
├── script.js         # Frontend JavaScript
└── server.js         # Express server

Getting Started

  1. Clone the repository:
git clone https://github.com/yourusername/cake-shop-website.git
  1. Install dependencies:
npm install
  1. Start the server:
node server.js
  1. Visit http://localhost:3000 in your browser

Key Features

Navigation

  • Responsive menu
  • Category filtering
  • Shopping cart

Products

  • Product cards with images
  • Add to cart functionality
  • Category sorting

Forms

  • Contact form with validation
  • Shopping cart checkout
  • Newsletter signup

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/feature-name)
  3. Commit changes (git commit -m 'Add feature')
  4. Push to branch (git push origin feature/feature-name)
  5. Open a Pull Request

License

This project is licensed under the MIT License.

Contact

[email protected]

Acknowledgments

  • Images: Unsplash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •