Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.23 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.23 KB

A simple Netflix clone to demonstrate a concept of a splash screen that turns into
a navbar after page load is complete.

Demo video

Packages and tools used

  • TypeScript: To ensure code type-safety.
  • ReactJS: Separate the interface into components.
  • Parcel ❤: To bundle the application.
  • Reakit: To allow keyboard navigation.
  • less: Pre-process CSS.

Installation

git clone https://github.com/iagobruno/navbar-as-splashscreen-demo.git
cd navbar-as-splashscreen-demo
yarn install

Commands

  • yarn run start: Starting Parcel in development mode with live-reload.
  • yarn run build: Create a production version of the site ready to be hosted.
  • yarn run deploy: Deploy demonstration on Github Pages.