https://github.com/bhantsi/react-props
A simple react project to enhance my props experience
https://github.com/bhantsi/react-props
front-end react react-props reactjs scrimba
Last synced: 10 months ago
JSON representation
A simple react project to enhance my props experience
- Host: GitHub
- URL: https://github.com/bhantsi/react-props
- Owner: bhantsi
- License: mit
- Created: 2022-01-17T14:24:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-20T10:43:14.000Z (11 months ago)
- Last Synced: 2025-06-20T11:38:08.521Z (11 months ago)
- Topics: front-end, react, react-props, reactjs, scrimba
- Language: JavaScript
- Homepage: https://react-props.netlify.app/
- Size: 647 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# React Pops Example
[](https://app.netlify.com/sites/festive-feynman-e9487e/deploys)
[](https://react-props.netlify.app/)
This is simple react project design to understand props more
## Acknowledgements
This particular project is part of [Bob Ziroll's](https://scrimba.com/teachers/bobziroll) react course on scrimba
- [Awesome Readme Templates](https://awesomeopensource.com/project/elangosundar/awesome-README-templates)
- [Learn React on Scrima](https://scrimba.com/learn/learnreact)
- [Create React App](https://create-react-app.dev/)
## Features
- Makea a reusable components
- How to pass a prop into a component
- Recieving props in a components
## Run Locally
Clone the project
```bash
git clone https://github.com/bhantsi/react-props
```
Go to the project directory
```bash
cd react-props
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run start
```
## Usage/Examples
```javascript
import Contact from './components/Contact'
function App(props) {
return (
)
}
export default App;
```
## Feedback
If you have any feedback, please reach out to us at bhantsi@gmail.com