dfsoeten / mongodb-nav

Runnable Clone of the MongoDB Navbar

Home Page:https://dfsoeten.github.io/mongodb-nav/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoDB's Navbar

The goal of this project was to recreate MongoDB's NavBar animation. I wouldn't say I'm 100% successful in this, however the animation without the extra keyframes to add the "wiggle" effect, is pretty close.

Side by side comparison

MongoDB's original navbar This repo's implementation

Installation

  1. git clone https://github.com/iamdann/mongodb-nav.git
  2. cd mongodb-nav
  3. npm i
  4. npm run start

A server should be running under localhost:8080.

Implementation

The navbar makes use of some Bootstrap helper classes. Javascript is all completely vanilla 🎉.

Contributing

If you're willing to improve on what I made here, feel free to fork this repo and add your changes. I'll gladly review any pull requests.

About

Runnable Clone of the MongoDB Navbar

https://dfsoeten.github.io/mongodb-nav/


Languages

Language:HTML 72.2%Language:JavaScript 24.1%Language:CSS 3.7%