Skip to content

afozbek/burger-hunger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Burger Hunger Project

Burger Hunger project is maid for personal development purposes. Live Demo

Getting Started

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 .

Installing

You can easily download required packages by running

npm install or yarn install

Running the tests

This project includes scripts from create-react-app. You can easily run tests by running

npm run test

Deployment

If you want to deploy project via github pages. Follow these steps

Built With

  • Firebase - Database and authentication management

  • React - Javascript Library for creating UI

  • React Hooks

  • Redux - Redux is a predictable state container for JavaScript apps.

  • Redux Thunk - Redux middleware for handling async requests

  • Redux Saga

  • Webpack - Package bundler

  • Much More...✌

Contributing

  • 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.

Author

  • Follow me on github
  • Follow me on gitlab

    Contact me for your problems from here. I am gladly answer you 😊.

License

This project is licensed under the MIT License - see the LICENSE file for details