Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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._