Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abongsjoel/burger-builder-app
A burger ordering app built with Reactjs, making use of Class-based components as well as functional components. I also made use of CSS-modules and Firebase.
https://github.com/abongsjoel/burger-builder-app
axios firebase-database react-router reactjs
Last synced: 8 days ago
JSON representation
A burger ordering app built with Reactjs, making use of Class-based components as well as functional components. I also made use of CSS-modules and Firebase.
- Host: GitHub
- URL: https://github.com/abongsjoel/burger-builder-app
- Owner: abongsjoel
- License: mit
- Created: 2020-02-06T09:47:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T22:00:29.000Z (almost 4 years ago)
- Last Synced: 2024-10-31T04:50:33.247Z (15 days ago)
- Topics: axios, firebase-database, react-router, reactjs
- Language: JavaScript
- Homepage: https://tj-burger-builder.vercel.app/
- Size: 422 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TJ Burger Builder
> In this project, i built an amazing application that can be used to order a burger
![screenshot](../master/screenshot.png)
The project is built with Reactjs, making use of Class-based components as well as functional components. I also made use of css-modules to style the different components. I used Firebase for database storage. I also made use of axios to query the database and react-routers to switch between pages in the application.
## Live Demo
- [Visit Page](https://tj-burger-builder.vercel.app/)
## Built With
- Reactjs
- Firebase
- HTML5
- CSS3## Author
đ¤ **Chi A. Joel**
- GitHub: [@abongsjoel](https://github.com/abongsjoel)
- Twitter: [@thierryjoel10](https://twitter.com/ThierryJoel10)
- LinkedIn: [Chi Abongwa Joel](https://www.linkedin.com/in/chi-abongwa-joel-b4285a97/)## Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/abongsjoel/freightclaims-lodgeing-form/issues).
## Show your support
Give a âď¸ if you like this project!## License
This project is MIT licensed.
## The 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 the browser.The page will reload if you make edits.
You will 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
### Analyzing the Bundle Size
This section has moved here: 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
### Advanced Configuration
This section has moved here: 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
### `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