yawcoder / react-navbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello there, Thank you for showing interest in this repo.

Responsive React Navbar

Overview

This is my first project I built with react. It is a simple responsive navigation bar. Since I am just starting out my React journey, why not build a navbar as it is the starting point of most modern websites.

Features

Vite played a major role in this project as I used it to install react locally. In case you don't know vite is a fast and lightweight build tool that makes it easy to set up a new react project.

Styling was done with tailwindcss. Ever since I tried tailwindcss, I have never looked back since.

Running the Project

You can run the project on your local machine by cloning it. After that you need to cd into the project directory then run npm install to install all necessary dependencies. Now you can run npm run dev to see a live view of the project.

About


Languages

Language:JavaScript 87.3%Language:HTML 11.0%Language:CSS 1.7%