PROD [Live] : https://react-navbar-prod.netlify.app/
- Navigation bar with an SVG image logo Coding Addict, a list of hyperlinks to other pages and social media sites.
- Page links i.e.
Homeis set to the homepage and other pages have not been set with any data i.e.,About,Projects,Contact,Profilebut 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.jsand styles are handled byindex.css - To run the project locally, clone the repo,
npm installto install the dependencies, andnpm startto start up the development server on default port 3000.
HTML, CSS, JavaScript, ECMAScript, React - Hooks ~ useState, useEffect, useRef
Netlify
Note: I have developed this project ~ [11] as part of React and Projects Course taught by John Smilga.