Skip to content

edwinbosire/Urbandict

Repository files navigation

Banner image

Urban Dictionary

A React Native implementation of the Urban Dictionary App, platform agnostic, runs on both iOS and Android

I wrote something about this app on medium, thanks to all the 2 people who read it.

About the app

This is a simple app for Urban Dictionary with minimal features.

  • Random word of the day
  • Search for terms/words.
  • Up/Downvote word
  • Favourite word
  • Trending terms
  • Submit to App store and/or Google Play store.

Gif of the working app

Getting Started

  • Clone the app

    git clone https://github.com/edwinbosire/Urbandict.git

  • run npm in the project root folder

    npm install

  • run on simulator

    react-native run-ios --simulator "iPhone 5s"

    Avoid this by opening the project in xcode and chosing run, this is also a better environment to read & fix build time errors.

If you encounter any problem, refer to the React Native Documentation.

Prerequisites

To run the project, you will need Node, Watchman, React-Native CLI and Xcode or Android SDK depending on your chosen platform, you can install these using Homebrew

brew install node

brew install watchman

Node comes with npm, you can use Yarn if you prefer or any other package manager.

npm install -g react-native-cli

  • Android SDK or Xcode

Get Xcode from the Mac App Store

Deployment

TODO:

  • Package the bundle

Built with

  • React Native (Duh!)
  • Sketch (checkout the design file here)
  • Love, lots of love

Contributing

Just fork the repo and do your thing.

Authors

License

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

Acknowledgements

  • Urbandictionary for letting me using their API

  • Sam Okoro for some awesome React Native prototype apps for inspiration

  • The internet - Honestly, even after 5 years as a developer, I still google the most basic ways of doing things.

About

A React Native implementation of the Urban Dictionary App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published