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

https://github.com/potlitel/react-sidebar

Practical exercise of the following link: React-pro-sidebar: A Sidebar Menu
https://github.com/potlitel/react-sidebar

react reactjs sidebar sidebar-navigation

Last synced: 3 months ago
JSON representation

Practical exercise of the following link: React-pro-sidebar: A Sidebar Menu

Awesome Lists containing this project

README

        

# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)

### Usefull Links

[React-pro-sidebar: A Sidebar Menu](https://dhrubot.medium.com/react-pro-sidebar-a-sidebar-menu-519a5d6ebaab)
[Simple Sidebars With React-Pro-Sidebar And Material UI](https://blog.openreplay.com/simple-sidebars-with-react-pro-sidebar-and-material-ui/)
[react-pro-sidebar/storybook/Playground.tsx](https://github.com/azouaoui-med/react-pro-sidebar/blob/master/storybook/Playground.tsx)
[react-pro-sidebar](https://www.npmjs.com/package/react-pro-sidebar)
[How To Implement Smooth Scrolling in React](https://www.digitalocean.com/community/tutorials/how-to-implement-smooth-scrolling-in-react)
[CodePen Home Basic React Dashboard Component](https://codepen.io/tinoMsakwa/pen/ZEBPRPM)
[ The Icons](https://fontawesome.com/v4/icons/)
[Icons](https://mui.com/material-ui/icons/)
[Material Icons](https://mui.com/material-ui/material-icons/)
[@mui/icons-material](https://www.npmjs.com/package/@mui/icons-material)
[Material UI Icons in React](https://refine.dev/blog/mui-icons-in-react/)
[How to Use Material UI (MUI) Icons in React](https://blog.wrappixel.com/how-to-use-mui-icons-in-react/)
[react-flexbox-grid](https://github.com/roylee0704/react-flexbox-grid)
[react-flexbox-grid-example](https://github.com/roylee0704/react-flexbox-grid-example)
[Create responsive drawer menu with React + Material-UI.](https://medium.com/@tsubasakondo_36683/create-responsive-drawer-menu-with-react-material-ui-617a42764b69)
[Responsive React Dashboard with Tailwind](https://codepen.io/dilums/pen/ZEBowxX)
[CodePen Home Responsive Cards with flexbox flex-wrap](https://codepen.io/gaaamii/pen/yLeEvbQ)
[use-dark-mode](https://github.com/donavon/use-dark-mode)
[useDarkMode demo](https://codesandbox.io/s/mzj64x80ny?file=/src/App.js:261-269)
[](https://developer.mozilla.org/es/docs/Web/CSS/CSS_flexible_box_layout/Basic_concepts_of_flexbox)
[justify-content](https://css-tricks.com/almanac/properties/j/justify-content/)

### Userfull CLI commands

npx create-react-app react-sidebar
npx create-react-app react-sidebar --template typescript