This is a simple single-page portfolio website for Momen Traders, a business specializing in importing and distribution of various products.
This website showcases the business of Momen Traders, providing information about the company and the products it deals with. It features the following sections:
- About Us: A brief introduction to Momen Traders and its core activities.
- Works: A horizontal slider displaying the types of products Momen Traders imports.
- Contact: Provides the business's email address for inquiries.
- React: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapid styling.
- react-slick: A responsive carousel component for React, used for the product slider.
- slick-carousel: The core CSS and JavaScript for the slider functionality (dependency of
react-slick).
To run this website locally, follow these steps:
-
Clone the repository (if you have the code in a repository):
git clone https://github.com/Imran-2020331101/Momen_Traders_portfolio.git cd Momen_Traders_portfolio -
Install dependencies:
npm install
-
Start the development server:
npm start
This will open the website in your browser, usually at
http://localhost:5173.
The main components of the project are organized as follows: