Runnable Clone of the MongoDB 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.
MongoDB’s original navbar | This repo’s implementation |
---|---|
![]() |
![]() |
git clone https://github.com/iamdann/mongodb-nav.git
cd mongodb-nav
npm i
npm run start
A server should be running under localhost:8080.
The navbar makes use of some Bootstrap helper classes. Javascript is all completely vanilla 🎉.
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.