yanceyy / NGV_REACT

A Art gallery website based on React

Home Page:https://ngv.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NGV-react

This project involves recreating the NGV website with modern front-end technologies. Please note that this is a practice project, so a mix of techniques are applied and testing is not fully covering. Mock Service Worker (MSW) has been used to mock the backend APIs.

Technology Stack

The project utilizes the following technologies:

  • React
  • CSS-in-JS
  • Mock Service Worker (MSW)
  • Jest
  • React-testing-library
  • Vite

Browser online

The latest version has been deployed on vercel and can be visited at vercel

Local Setup

To run this project locally:

  1. Install Dependencies

    Use the following command to install the necessary dependencies:

    pnpm install
  2. Run the project

    After installing the dependencies, use the following command to run the project in development mode. Then, open your browser and visit http://127.0.0.1:5173.

    pnpm dev

License

This project is licensed under the MIT License.

About

A Art gallery website based on React

https://ngv.vercel.app


Languages

Language:TypeScript 56.5%Language:JavaScript 24.6%Language:CSS 18.3%Language:HTML 0.6%