Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pktcodes/sidebar-modal-react-project-v2
Sidebar Modal Project using React
https://github.com/pktcodes/sidebar-modal-react-project-v2
context-api css ecmascript html javascript john-smilga modal netlify react react-hooks react-icons sidebar vite
Last synced: 20 days ago
JSON representation
Sidebar Modal Project using React
- Host: GitHub
- URL: https://github.com/pktcodes/sidebar-modal-react-project-v2
- Owner: pktcodes
- Created: 2023-08-14T04:58:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-16T02:34:09.000Z (over 1 year ago)
- Last Synced: 2024-11-08T23:57:55.812Z (2 months ago)
- Topics: context-api, css, ecmascript, html, javascript, john-smilga, modal, netlify, react, react-hooks, react-icons, sidebar, vite
- Language: CSS
- Homepage: https://react-sidebar-modal-v2-prod.netlify.app/
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sidebar Modal 🗄️
> PROD [Live] : https://react-sidebar-modal-v2-prod.netlify.app/
#### Sidebar Modal consists of a straightforward user interface where there is a
- **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 **`Close`** buttons.
- Page links in sidebar i.e. `Home` is set to the homepage and other page routes have not been set with any data i.e., `Team` , `Projects` , `Calendar` , `Documents` but **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.jsx`** and styles are handled by **`index.css`**
- To run the project locally, clone the repo, `npm install` to install the dependencies, and `npm run dev` to start up the development server on default port 5173.#### Languages
HTML, CSS, JavaScript, ECMAScript, React ~ Context API - Hooks ~ useState, useContext#### Packages
[React Icons](https://www.npmjs.com/package/react-icons)#### Deployment / Hosting
Netlify---
_Note: I have developed this project ~ [13] as part of React 18 Tutorial and Projects Course (2023) taught by John Smilga._