Gorsen is a React project that converts a Figma design into interactive React components and styles them using CSS. It includes a picture gallery and a restaurant video.
- Converts Figma design into React components.
- Utilizes CSS for styling.
- Picture gallery for scrolling through images.
- Restaurant video integration.
You can check out the live demo of Gorsen here.
To run Gorsen locally, follow these steps:
-
Clone this repository:
git clone https://github.com/mmnsrti/gorsen.git
- Install dependencies with npm or yarn (using Node v8+):
cd gorsen npm install
- Start development server and open browser to
http://localhost:3000
:
npm start
- To build a production version in
./build
, use either npm or yarn:
npm run build
- Run
npm start
to start the development server. - Open the
http://localhost:3000
in your browser.
We welcome contributions to gorsen! Feel free to open issues, submit pull requests, or provide feedback to help improve the project.