PROD [Live] : https://react-stripe-menus-prod.netlify.app/
- Navbar, Hero, Sidebar and Submenu components.
- Functionality is
Navbar
consists of the titleStripe
logo, page menus, andSign in
button.Hero
consists of a header, paragraph, andStart now
button.Sidebar
will 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 aClose
button.- Each
Submenu
is a page with a menu ofSublinks
/Submenus
which 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.js
and styles are handled byindex.css
- To run the project locally, clone the repo,
npm install
to install the dependencies, andnpm start
to 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.