Skip to content

HoangDVH/Watch-Shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watch-Web

Watch-Web is a web application for buying and exploring a wide range of watches. This repository contains the source code for the Watch-Web project.

Table of Contents

Introduction

  • Website: about selling watches. With product categories, search and filter. Know the detailed information of each product. Log in and register to the website with your google or gmail account. Product management such as adding, deleting, editing,...
  • If you want to access the admin account: Email:admin@gmail.com | Password: Admin@123

Features

  • Browse Watches: Explore a vast catalog of watches with detailed product information.
  • Product management for admins: With functions to add, delete, edit products.
  • Search and Filter: Easily find watches by using search and filter options.
  • User Authentication: Register and log in to manage your account and access personalized features.
  • Shopping Cart: Add watches to your cart.
  • Product Reviews: Read detailed product information.
  • Comment: Comment on the post.

Technologies

Watch-Web is built using modern web technologies and frameworks:

  • React: A popular JavaScript library for building user interfaces.
  • Redux: A state management library to handle application data.
  • Firebase: Provides backend services for authentication and data storage.
  • Axios: A promise-based HTTP client for making API requests.
  • React Router: Handles routing and navigation within the application.
  • Bootstrap: A CSS framework for responsive web design.
  • Formik: A form library for managing form state and validation.
  • Yup: A JavaScript schema validation library.
  • React Icons: A library of customizable icons for React applications.

Getting Started

Prerequisites

Before you begin, ensure you have the following software installed:

  • Node.js: Download Node.js
  • npm (Node Package Manager): npm is typically included with Node.js installation.

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/your-username/watch-web.git
  2. Navigate to the project directory:

    cd watch-web
  3. Install the project dependencies:

    npm install

Usage

To start the development server and run the application, use the following command:

npm start

The application will be available at http://localhost:3000 in your web browser.

Please ensure your code follows best practices and includes appropriate documentation.

License

This project is licensed under the MIT License - see the LICENSE file for details.