Ecom is a modern e-commerce application designed to provide a seamless shopping experience. Developed using React.js, Tailwind CSS, and React Icons, Ecom combines cutting-edge web technologies to offer an interactive and responsive user interface.
To get started with Ecom, follow these steps:
Ensure you have Node.js and npm (or yarn) installed on your machine. You can download and install them from Node.js official website.
Clone the repository:
git clone https://github.com/your-username/ecom.git
Navigate to the project directory:
cd ecom
Install dependencies:
npm install
Start the development server:
npm start