Burger Hunger project is maid for personal development purposes. Live Demo
You need to create firebase project and get and API_KEY
If you want to work on local machine, clone to project and then in your project working directory add .env
file. This file expecting as an import so you should add exactly like that or change the import statement. In the .env
file add ;
// add your api key via firebase
REACT_APP_FIREBASE_API_KEY=[YOUR_API_KEY_FROM_FIREBASE];
You can look at the official documentation about .env files for exposing API_KEYS
For deploying firebase project you can follow these steps .
You can easily download required packages by running
npm install
or yarn install
This project includes scripts from create-react-app. You can easily run tests by running
npm run test
If you want to deploy project via github pages. Follow these steps
-
Firebase - Database and authentication management
-
React - Javascript Library for creating UI
-
Redux - Redux is a predictable state container for JavaScript apps.
-
Redux Thunk - Redux middleware for handling async requests
-
Webpack - Package bundler
-
Much More...β
- If you have problems please leave an issue from here
- Consider forking the project and submitting new pull requests. I am much likely control my github account.
- Follow me on github
- Follow me on gitlab
Contact me for your problems from here. I am gladly answer you π.
This project is licensed under the MIT License - see the LICENSE file for details