Skip to content

ptylek/ice-cream-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ice Cream Builder

React application that lets you order ice cream cone created by you! It uses firebase for authentication and storing order data.

Technologies

  • React
  • React Router
  • Redux + Redux Thunk
  • Semantic UI
  • Axios
  • Firebase
  • PropTypes

.env

Get your Google Firebase API key from API keys for Firebase.

Create .env file with REACT_APP_FIREBASE_API_KEY variable:

REACT_APP_FIREBASE_API_KEY = <api_key>

CLI Commands

# install dependencies
yarn install

# runs the app in the development mode at localhost:3000
yarn start

# build for production
yarn build

For other CLI commands follow Create React App documentation.