Skip to content

goelvansh/Buyfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buyfy - Responsive E-commerce Website

Buyfy is a responsive e-commerce website project built with HTML, CSS, and vanilla JavaScript on the client-side. It allows users to browse through various products, add items to their cart. It is a UI extensive project.📊

Installation to follow

  1. Clone the repository
  2. Install the dependencies: npm install
  3. Start the server: node src/app.js

API Endpoint

The project uses an API endpoint to serve product data to the client. The API endpoint is defined in src/app.js and returns an array of product objects.

app.get('/api/products', (req, res) => {
  res.json(products);
});

Note:- Additonal functionalities may be built upon.

Will continue....

About

Responsive E-commerce Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors