This project is a React code implementation of a furniture website design by [Soumitra Saha]. The purpose of this repository is to showcase the conversion of the Figma design into a fully functional React application.
The design for the furniture website was created by Nait Creative in Figma, a popular web-based design tool. The design includes various components such as a home page, products, shopping cart.
The following technologies were used to develop this React code implementation:
- React: A JavaScript library for building user interfaces.
- TailwindCSS: Tailwind CSS is a popular utility-first CSS framework
To run this React code locally, follow these steps:
- Clone this repository:
git clone <repository-url>
- Navigate to the project directory:
cd furniture-website
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
- The
src
directory contains the main source code of the React application. - The
components
directory holds individual React components responsible for rendering different pages and sections of the website. - The
App.js
file is the entry point of the application and handles routing between different pages. - The
index.js
file is responsible for rendering the root component into the DOM. - The
index.css
file provides global styling for the application.
This project is licensed under the MIT License.
The design for this furniture website was created by Nait Creative and can be found on Figma at [https://www.figma.com/@naitcreative]. The React code implementation was done by [Soumitra Saha (ME)].
For any inquiries or questions regarding this project, please contact [soumitrosaha100@gmail.com].