Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sweep76/11_ecommerce-web

Modern Complete and Responsive Ecommerce Website
https://github.com/sweep76/11_ecommerce-web

reactjs tailwindcss

Last synced: 12 days ago
JSON representation

Modern Complete and Responsive Ecommerce Website

Awesome Lists containing this project

README

        

# Acada Front-End Development Exam

This project was created as part of an exam provided by **Acada**, a software company specializing in web and mobile solutions. The goal of this project is to demonstrate proficiency in **React.js** and **Tailwind CSS** by building a responsive, elegant e-commerce product showcase.

## Project Overview

The application features:
- A responsive grid layout for displaying products.
- Modern and interactive UI using **Tailwind CSS**.
- Hover animations and clean typography for a polished look.
- Integration of placeholder images to simulate product visuals.

## Tech Stack

- **React.js**: JavaScript library for building user interfaces.
- **Tailwind CSS**: Utility-first CSS framework for fast and elegant styling.

## Features

1. **Dynamic Product Grid**:
- Displays products in a responsive grid layout.
- Smooth hover animations for interactivity.

2. **Product Cards**:
- Includes an image, name, category, price, and "Add to Cart" button.

3. **Responsive Design**:
- Optimized for various screen sizes.

4. **External Styling Integration**:
- Uses placeholder images from [Picsum Photos](https://picsum.photos) for product visuals.

## Getting Started

### Prerequisites

Ensure you have the following installed:
- [Node.js](https://nodejs.org/) (v14+ recommended)
- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)

### Installation

1. Clone the repository:
```bash
git clone https://github.com/Sweep76/11_ecommerce-web.git
cd 11_ecommerce-web
npm install
npm run dev