/Artisto

Browse a curated selection of art around the world, including museum exhibitions, gallery openings, upcoming and many more

Primary LanguageSCSS

Discover amazing art around the world.

Application Setup

pnpm install

OR

npm install

To Start Development Server

pnpm run dev

OR

npm run dev

TECH STACK

  • React JS
  • TypecScript
  • Vite
  • Jest
  • Redux Toolkit

FILE STRUCTURE & CODING STYLE

My project file structure is inspired by Vue JS file structure

REACT JS CODING STYLE AND FILE NAMING CONVENTION

My coding style is guided by Airbnb-React-Convention. The SCSS is guide by BEM Methodology.