PROD [Live] : https://react-sidebar-modal-prod.netlify.app/
- Sidebar button which on click opens a list of hyperlinks to other pages, and social sites along with an SVG image logo Coding Addict, and a show Modal button which on click opens a pop-up modal. Both sidebar and modal have
Closebuttons. - Page links in sidebar i.e.
Homeis set to the homepage and other page routes have not been set with any data i.e.,Team,Projects,Calendar,Documentsbut Netlify handles them as Page not Found and social icon links 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 ~ Context API - Hooks ~ useState, useContext
Netlify
Note: I have developed this project ~ [12] as part of React and Projects Course taught by John Smilga.