Skip to content

mmnsrti/gorsen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gorsen

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.

Logo

Table of Contents

Screenshot

Main Page Screenshot

Features

  • Converts Figma design into React components.
  • Utilizes CSS for styling.
  • Picture gallery for scrolling through images.
  • Restaurant video integration.

Demo

You can check out the live demo of Gorsen here.

Installation

To run Gorsen locally, follow these steps:

  1. Clone this repository:

    git clone https://github.com/mmnsrti/gorsen.git
    1. Install dependencies with npm or yarn (using Node v8+):
    cd gorsen
    npm install
    1. Start development server and open browser to http://localhost:3000:
    npm start
    1. To build a production version in ./build, use either npm or yarn:
    npm run build

    Usage

    1. Run npm start to start the development server.
    2. Open the http://localhost:3000 in your browser.

    Contributing

    We welcome contributions to gorsen! Feel free to open issues, submit pull requests, or provide feedback to help improve the project.

    Author

    - Mmnsrti@gmail.com