Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 520 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 520 Bytes

A windows store clone built with next js and framer motion

App Preview

Goals

  • Implement component page transitions using framer motion
  • Implement homepage slider animation
  • Use react context fpr global state

Set up

  • Clone the repo

        git clone https://github.com/uwemneku/windows-store.git
  • Install dependencies

        yarn install  
  • Start the app

        yarn dev