Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pktcodes/navbar-react-project-v2

Navbar Project using React
https://github.com/pktcodes/navbar-react-project-v2

css ecmascript html javascript john-smilga navbar react react-hooks react-icons useeffect useref usestate vite

Last synced: 20 days ago
JSON representation

Navbar Project using React

Awesome Lists containing this project

README

        

# Navbar 🧭

> PROD [Live] : https://react-navbar-v2-prod.netlify.app/

#### Navbar consists of a straightforward user interface where there is a

- **Navigation bar** with an SVG image logo *Coding Addict*, a list of hyperlinks to other pages and social media sites.
- Page links i.e. `Home` is set to the homepage and other pages have not been set with any data i.e., `About` , `Projects` , `Contact` , `Profile` but **Netlify** handles them as *Page not Found*. Social Media icons have been set to route to their respective official sites.
- Data is handled by **`data.jsx`** and styles are handled by **`index.css`**
- To run the project locally, clone the repo, `npm install` to install the dependencies, and `npm run dev` to start up the development server on default port 5173.

#### Languages
HTML, CSS, JavaScript, ECMAScript, React - Hooks ~ useState, useEffect, useRef

#### Packages
[React Icons](https://www.npmjs.com/package/react-icons)

#### Deployment / Hosting
Netlify

---

_Note: I have developed this project ~ [12] as part of React 18 Tutorial and Projects Course (2023) taught by John Smilga._