https://github.com/subraatakumar/groceries-list-using-react
https://github.com/subraatakumar/groceries-list-using-react
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/subraatakumar/groceries-list-using-react
- Owner: subraatakumar
- Created: 2022-01-26T15:06:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T15:59:08.000Z (over 4 years ago)
- Last Synced: 2024-12-24T21:34:42.041Z (over 1 year ago)
- Language: JavaScript
- Size: 1.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Groceries List App - First React App

## [See it Live Hear](https://subratsir.github.io/Groceries-List-Using-React/)
## Built With
- HTML
- CSS
- REACT
## Learning Objectives
- React Functional Components.
- Click Events
- useState Hook
- Lists & Keys
- Props & Prop Drilling
- Controlled Component Inputs
## How to host to GitHub pages
- Add these two lines to scripts in package.json
`
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
`
- install gh-pages
`
npm install gh-pages --save-dev
`
- add homepage to package.json
`
"homepage": "https://subratsir.github.io/Groceries-List-Using-React",
`
(Note: change the information with yours.)
`npm run deploy`
## Author
👤 **Subrat Dash**
- GitHub: [@subratsir](https://github.com/subratsir)
- Twitter: [@SubratSirIndia](https://twitter.com/SubratSirIndia)
- LinkedIn: [subrata-ku-das](https://www.linkedin.com/in/subrata-ku-das/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.