Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pktcodes/stripe-menus-react-project

Stripe Menu Project using React
https://github.com/pktcodes/stripe-menus-react-project

context-api css3 custom-hooks ecmascript6 global-context html5 javascript localdata react react-hooks stripe-menu usecontext usestate

Last synced: about 2 months ago
JSON representation

Stripe Menu Project using React

Awesome Lists containing this project

README

        

# Stripe Menus 🎹

> PROD [Live] : https://react-stripe-menus-prod.netlify.app/

#### Stripe Menus consists of a straightforward user interface where there is a

- **Navbar**, **Hero**, **Sidebar** and **Submenu** components.
- Functionality is
- **`Navbar`** consists of the title `Stripe` logo, page menus, and `Sign in` button.
- **`Hero`** consists of a header, paragraph, and `Start 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 a `Close` button.
- Each **`Submenu`** is a page with a menu of `Sublinks` / `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 by **`index.css`**
- To run the project locally, clone the repo, `npm install` to install the dependencies, and `npm start` to start up the development server on default port 3000.

#### Languages
HTML, CSS, JavaScript, ECMAScript, React ~ Context API - Hooks ~ useState, useContext - Custom Hook ~ useGlobalContext

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

#### Deployment / Hosting
Netlify

---

*Note: I have developed this project ~ [13] as part of React and Projects Course taught by John Smilga.*