Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 617 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 617 Bytes

Folks movie

https://folks-movie.netlify.app

Tech stack

  • React js
  • Tailwind css

Features

  • Lazy load image
  • Performance optimization with useMemo & useCallback

How to clone ?

  1. Firstly, Create new folder and initial with git init
  2. Clone project into your local git clone https://github.com/hendrialqori/folks-movie.git
  3. Login into directory project cd folks-movie
  4. Then, Install all dependency from package.json npm install
  5. If success, Run project with npm run dev, Project listen at port http://localhost:5173