Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 887 Bytes

README.md

File metadata and controls

55 lines (39 loc) · 887 Bytes

🛒 Shopping List

Get Started

# install expo cli
npm install -g expo-cli
# install dependencies
npm install

Or use yarn

yarn install

Run project

# run project
npm start

📃 Features

  • A simple shopping list app
  • Add items to the list
  • Delete items form the list
  • Clear the input field on submit
  • check for input value

Demo

⚒️ Upgrade project

# upgrade project
expo-cli upgrade

⭐ Contributing

If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.