cBridges851 / shopping-list-react-native

A shopping list application I made while following along with the Traversy Media tutorial, which I hope to build up on.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeFactor

shopping-list-react-native

A shopping list application I made while following along with the Traversy Media tutorial, which I hope to build up on.

Motivation πŸ’ͺ

I've done a lot of web development but never really dipped my toes into mobile development. Since I was familiar with React, I wanted to learn how to use React Native to make mobile apps. Following this tutorial was also in preparation for a Blackjack app I'm making.

Tech Framework Used πŸ‘©β€πŸ’»

React Native - see docs

Installation ⬇

Usage πŸ“±

Android

  • Make sure you have Android Studio installed
  • Go to the AVD Manager and press the play button next to the simulator you wish to run the app on
  • Navigate inside the project's folder in the terminal
  • Run Metro - npx react-native start
  • Start Android - npx react-native run-android

See also: https://reactnative.dev/docs/environment-setup

Contributions βœ‰

This is purely a learning repository for myself, but if you have any ideas or learning curves that I could do, please submit an issue!

Future Plans πŸ’­

  • I need to get more confident and comfortable with front-end unit tests, so I'll be using this repo as an opportunity to write some unit tests :)

About

A shopping list application I made while following along with the Traversy Media tutorial, which I hope to build up on.


Languages

Language:JavaScript 35.7%Language:Java 33.1%Language:Objective-C 23.8%Language:Ruby 4.3%Language:Starlark 3.2%