Skip to content

An in progress React Native application showcasing all things Slytherin

Notifications You must be signed in to change notification settings

thacherhussain/slytherin-app

Repository files navigation

Slytherin App

React Native Application

Getting Started

git clone REPO

cd slytherin-app

yarn

cd ios

pod install

from the root directory run app: npx react-native run-ios

Libraries

  • React Navigation v6
  • Native Base
  • Redux / Redux Tookit

Next

  • Dark Mode/Light Mode
  • Knowledge Quiz (use react-hook-form)
  • Snaklets

Clean Up

  • Slytherin History (info/learning screens)
    • Wipe white from image backgrounds
    • replace image for Traits
    • resize Salazar and Bloody Baron images

Other Feature Possibilities

  • School store (CRUD cart and Orders/Form) --> wrap auth around the store (possibly use Prisma backend -- deploy to heroku)
  • Map of locations (google Maps API)
  • Famous Alumni (flat list and profile pages)
  • Android Icon and Splash screen

Resources