/react-and-graphql-app

A react app built with graphQL, Vite and TypeScript

Primary LanguageSCSS

MOVEA APP

Available Scripts

In the project directory, you can run:

To install all development dependencies

npm install -S

Then run

npm run dev

Runs the app in the development mode.
Open http://localhost:3040 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

TOOLS AND COVENTIONS

  1. I built a mini-style library for the project which is in the src/assest/scss folder
  2. I used SCSS preprocessor for the styling and I also use BEM naming covention
  3. I used Fuse.JS for the search functionality. Fuse is minimal, light weight package for implemnting powerful search functionality.
  4. My project structure is inspired by Vue.JS file structure.