Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.07 KB

README.md

File metadata and controls

56 lines (42 loc) · 1.07 KB

E-commerce

E-commerce Website is developed using ReactJS TailwindCSS for the client and NodeJS MongoDB for the server.

Demolive_e-commerce.mp4

🍄 Live Demo

E-commerce

🔥 Features

  • Website has beautiful effects.
  • Authentication system
  • Access control by API
  • Smooth scroll to top
  • Responsive with all devices

🍀 Technologyies Used

Frontend :

  • ReactJS
  • AOS
  • Axios
  • Slick
  • TailwindCSS

Backend :

  • NodeJS
  • ExpressJS
  • MongoDB

❄️ Installation

  1. Clone this repository :
git clone https://github.com/SupakunZ/E-commerce.git
  1. Navigate to the project folder and install dependencies :
cd E-commerce
npm install
  1. Launch the application in development mode :
npm run dev