Skip to content

anushkasingh1701/demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce Website

Overview

This repository contains the frontend code for an ecommerce website built using React. The website interacts with a Strapi API for backend functionalities. The website consists of several pages including:

  • Home Page
  • Cart Page
  • Wishlist
  • Login
  • Signup
  • Profile Page

Here is the live link to the website: Demo Website

Installation

To run this project locally, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/anushkasingh1701/demo.git
  2. Navigate to the project directory:

    cd demo
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Visit http://localhost:3000 in your web browser to view the website.

  6. 🚀 Getting started with Strapi

    Strapi comes with a full-featured Command Line Interface (CLI) which lets you scaffold and manage your project in seconds.

    develop: Start your Strapi application with autoReload enabled.

    npm run develop
    # or
    yarn develop

    start: Start your Strapi application with autoReload disabled.

    npm run start
    # or
    yarn start

    build: Build your admin panel.

    npm run build
    # or
    yarn build

Functionality

Implemented Functionalities

  • Home Page: Displays featured products and categories.
  • Cart Page: Allows users to view and manage items in their shopping cart.
  • Wishlist: Allows users to add items to their wishlist for later purchase.
  • Login: Allows users to log in to their accounts.
  • Signup: Allows new users to create an account.
  • Profile Page: Displays user information and order history.
  • Responsive UI: Responsive UI for all devices.

Lacking Functionalities

While the project includes the basic functionalities mentioned above, it lacks some advanced features such as:

  • Payment processing
  • Product reviews and ratings
  • Search functionality
  • Order tracking

Contributing

Contributions to this project are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.

Acknowledgements

Special thanks to the creators of React and Strapi for providing the tools necessary to build this ecommerce website.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages