Giter Club home page Giter Club logo

rnjobsearch's Introduction

Job-Search-App

Table of Contents

Overview

Built With

Features

  • The application comprises use of :

    • Axios
    • Async storage
    • React stack navigation
    • React-native modal
    • React-native vector-icons
    • HTML View
  • Introduction is the landing page of the application. In this page user can select a programming language among the toucheable opacity items in the horizontal flatlist.

  • Once the user selects a programming language, the page is diverted to the Jobs Page. Here the filtered jobs in accordance with the selected language are listed as cards.

  • Once the user selects a job, a modal pops up showing the details of the job in HTML view.

  • The user can add the job item to the Saved Jobs list by clicking a button on the card. The list is stored in the async storage.

  • By clicking the 'Saved Jobs' button the user is diverted to the Saved Jobs page. Here, the user can see the list of saved jobs, and can delete job items by clicking on the trash icon.

How To Use

To use this application, the packages for Navigation, Moment, Modal, Vector Icons and Firebase should be installed/identified with prior to running the app. From your command line:

//-----AXIOS-------------------

//https://www.npmjs.com/package/react-native-axios

$ npm install axios

//-----ASYNC STORAGE-----------

//https://github.com/react-native-async-storage/async-storage

//https://react-native-async-storage.github.io/async-storage/docs/install/

$yarn add @react-native-async-storage/async-storage

$npx pod-install

//-----REACT NAVIGATION--------

//https://reactnavigation.org/docs/getting-started

$yarn add @react-navigation/native

$yarn add react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view

$npx pod-install ios

//Add the following line to the top of the index.js file

@import 'react-native-gesture-handler';

$yarn add @react-navigation/stack

//-----MODAL-------------------

//https://github.com/react-native-modal/react-native-modal

$yarn add react-native-modal


//-----VECTOR ICONS------------

//https://github.com/oblador/react-native-vector-icons

$ npm install --save react-native-vector-icons

//Detailed directions are stated in the package document. In this project only "FontAwesome" was uploaded and used among other alternatives.

//https://oblador.github.io/react-native-vector-icons/

//-----HTML VIEW---------------

//https://github.com/jsdf/react-native-htmlview

$npm install react-native-htmlview --save

Acknowledgements

Contact

rnjobsearch's People

Contributors

oguzhancvdr avatar

Stargazers

 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.