Skip to content

themanvendra00/simplistic-yam-3636

Repository files navigation

This project is a clone of the popular wedding dress retailer, David's Bridal. It aims to replicate the look and feel of the website and provide a similar user experience.

Features

  • Responsive design
  • User-friendly interface
  • Ability to browse and filter wedding dresses by style, size, - price, etc.
  • Product pages with detailed information and multiple images of each dress
  • Wishlist and shopping cart functionality
  • Secure checkout process

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Node.js
  • Express
  • MongoDB

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js and npm installed on your computer
  • A MongoDB database set up and running

Installation

  1. Clone the repository to your local machine
git clone https://github.com/YOUR-USERNAME/David-s-Bridal-Website-Clone.git
  1. Navigate to the project directory
cd David-s-Bridal-Website-Clone
  1. Install the necessary packages and dependencies
npm install
  1. Create a .env file in the root of the project and specify your MongoDB connection string. For example:
MONGO_URI=mongodb://localhost:27017/davids-bridal-clone
  1. Start the development server
npm start

The application should now be running on http://localhost:3000.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  • Fork the project
  • Create your feature branch (git checkout -b feature/new-feature)
  • Commit your changes (git commit -am 'Add some new feature')
  • Push to the branch (git push origin feature/new-feature)
  • Open a pull request

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

Clone of David's bridal using HTML, CSS and JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published