This project is a responsive e-commerce website. The user can: view information about each product, filter products by category, and add / remove products from the cart.
I styled the landing page with Tailwind CSS and built it with React Js. Also, Tailwind CSS helped with the responsiveness of the website.
I created the routes to the other pages with react-router-dom.
The products data were fetched from Fake Store API.
Available here: React E-commerce - Vítor F. Nery
- React
- Tailwind CSS
- Git and Github
- Node.js
- NPM
- Clone the repository:
git clone git@github.com:vitorfnery/ecommerce-website.git
- Navigate to the project directory:
cd your_project
- Install the dependencies:
npm install
- Start the development server:
npm run dev