This is an ecommerce project developed with ReactJS.
The project is a web application with mobile-first approach that allows users to make online purchases. It connects to an API and includes features such as product display, add to cart functionality, and more.
- ReactJS: JavaScript library for building interactive user interfaces.
- TypeScript: Programming language that adds static typing to JavaScript.
- Redux: Library for managing the application state.
- Tailwind CSS: Utility-first CSS framework for rapid UI development.
- Vite: Fast and optimized development tool for building modern web applications.
Before running the application, make sure you have the following installed:
- Node.js
-
Clone the repository:
git clone https://github.com/david7378/ecommerce.git
-
Navigate to the project directory:
cd ecommerce
-
Install the dependencies:
npm install
-
Start the application:
npm run dev
-
Open your browser and navigate to your http://localhost:5173/ to see the application.