chaseottofy / vercel-nav

Recreation of Navbar featured on vercel.com/design

Home Page:https://chaseottofy.github.io/vercel-nav/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vercel Navbar Recreation

vercel.com/design For educational and showcase purposes only

screen

Compare to original


All Features Implemented

  • Pixel perfect representation
  • Navbar toggles between fixed and relative positioning depending on scroll position.
  • Navbar links are functional.
  • Responsive design.
  • Animations implemented.
  • Toggles between switch elements on scroll over relavent sections.
  • Zero dependencies.
  • SVGs on Home screen from Vercel.

Optimized

lh

Built With

  • TypeScript
  • JavaScript
  • HTML & CSS

Installation and Usage

This project utilizes a bare-bones tsup configuration.

install

git clone https://github.com/username/reponame.git
cd reponame
npm install

use

npm run predeploy
  • Predeploy will bundle typescript, and copy minified html/css/ect to /dist/ folder
  • Open /dist/index.html

License

This project is open-source and available to everyone under the MIT License.

About

Recreation of Navbar featured on vercel.com/design

https://chaseottofy.github.io/vercel-nav/

License:MIT License


Languages

Language:CSS 37.6%Language:TypeScript 32.1%Language:HTML 16.3%Language:JavaScript 14.0%