Hey guys, hope you're all doing great. As my submission to amplify hackathon, I've built a single page app that lists all of the git commands that are used every single day.
This idea struck my head, when my friends who are new to git, were facing trouble finding git commands online, searching across different websites. So I thought maybe I could build an app that will have a list of all the useful git commands. Although we can just google all the git commands, my idea was to try as much as possible to present them with a non-technical title.
Tech Stack
JAM (JavaScript, Algolia, Markup) ๐
Implementation
Layout was simple
Search Bar
Scrollable listing of cards
Dark & Light mode toggle
To optimize the search I used Algolia, which is an excellent search library, provides amazing search features with few lines of code.
Coming to data, I made a spreadsheet and used it collected all the git commands. Later I exported it as CSV and uploaded it to Algolia.
Here are some snaps
Light Mode
Dark Mode
So that's it, guys. Please do check out the project and add your observations and suggestions in the comment below.
Happy Coding ๐