Giter VIP home page Giter VIP logo

reactnative_cocktailfinder's Introduction

Cocktail Finder

Vinícius Fernandes Landim License

An app made to help you choose a Cocktail.

The Cocktail Finder. Built with ❤︎ by Vinícius Fernandes Landim

📌 Table of Contents

📥 Layout available for download at:

Direct Download

App running in Android Simulator

💻 Technologies

This project was made using the following technologies:

💻 Used Libraries

This project was made using the following Libraries:

💻 Improvements

Improvements that could be implemented in case there was a Large List of items:

  • Add pagination to fetch request

  • Load cocktails items accordingly to the pagination using FlatList properties such as onEndReached, onEndReachedThreshold to load more items only when getting close to the end of the list.

  • Also, could be used some Flatlist properties to increase performance as suggested in the official docs, such as:

    • maxToRenderPerBatch (will limit the number of items rendered per scroll, updateCellsBatchingPeriod (determine the period of reloads per scroll)
    • getItemLayout used to remove the need for FlatList to manage async layout calculations, but can only be used if all the items have the same width or height;
    • windowSize (used to specify the number of viewports loaded, the default value is 21, should choose the best fitting value based on the number of items per viewport).

🚀 Features

  • Search for different kinds of cocktails.

👷 How to run

# Clone Repository
$ git clone https://github.com/viniciusraja/CocktailFinder.git

💻 Run React Native Project

# 1º Install Dependencies
$ yarn install

# 2º Run Metro
$ yarn start

# 3º Step for running in IOS
$ cd ios
$ pod install
$ run the project in Xcode

# 3º Step for running in Android
$ yarn android

🐛 Issues

Feel free to file a new issue with a respective title and description on the the Cocktail Finder repository. If you already found a solution to your problem, i would love to review your pull request!

📕 License

Released in 2021 📕 License

Made with love by Vinícius Fernandes Landim 🚀. This project is under the MIT license.

Give a ⭐️ if this project helped you!

reactnative_cocktailfinder's People

Contributors

viniciusraja avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.