https://github.com/damdafayton/products-project-frontend
Products list project front-end, built with React. The back-end of this app is built by PHP.
https://github.com/damdafayton/products-project-frontend
bootstrap react sass
Last synced: 3 months ago
JSON representation
Products list project front-end, built with React. The back-end of this app is built by PHP.
- Host: GitHub
- URL: https://github.com/damdafayton/products-project-frontend
- Owner: damdafayton
- Created: 2022-07-21T21:12:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T07:44:36.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T21:13:59.121Z (over 1 year ago)
- Topics: bootstrap, react, sass
- Language: JavaScript
- Homepage: https://damdafayton.github.io/products-project-frontend/
- Size: 6.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Products Listing APP


Back-end repo: https://github.com/damdafayton/products-project-backend
> This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Built With
- HTML, CSS, JS
- Bootstrap, React, Material UI
## Available Scripts
In the project directory, you can:
### Run the app in the development mode
- Launch your terminal,
- `cd` into the directory where you want to clone your project,
- Enter the commands below
```
$ git clone git@github.com:damdafayton/products-project-frontend.git
$ npm install
$ npm start
```
- 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.
### Launch the test runner in the interactive watch mode
`npm test`
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### Build the app for production to the `build` folder
`npm run build`
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.
### Eject the app
`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.
## Authors
👤 **damdafayton**
- [Github](https://github.com/damdafayton)
- [LinkedIn](https://linkedin.com/in/damdafayton)
## 🤝 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!
## 📝 License
This project is [MIT](./MIT.md) licensed.