PROD [Live] : https://react-stripe-menus-prod.netlify.app/
- Navbar, Hero, Sidebar and Submenu components.
- Functionality is
Navbarconsists of the titleStripelogo, page menus, andSign inbutton.Heroconsists of a header, paragraph, andStart nowbutton.Sidebarwill appear as an alternative to Navbar to show the page menus when the user is on mobile view for a flexible user experience along with aClosebutton.- Each
Submenuis a page with a menu ofSublinks/Submenuswhich is implemented in a way with smooth transiton while switching instead of vertical menus. - Data has not been set for any of the Submenus routes but Netlify handles them as Page not Found and buttons are not given any click functionality.
- 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 - Custom Hook ~ useGlobalContext
Netlify
Note: I have developed this project ~ [13] as part of React and Projects Course taught by John Smilga.