Giter Site home page Giter Site logo

stock-app's Introduction

Stock Analysis App

Logo 1 Logo 2 Logo 2

Description

This is an app made with react-native and UI libraries such as Native base and react native paper. Firebase is used for user authentication and user data managment. Here one can search for the stock based on stock symbol. Market details and Charts are drawn for each stock. One can see top gainers and top lossers as well.

Table of Contents

Installation

To get started with the app, follow these steps:

  1. Clone this repository:

    git clone https://github.com/your-username/firebase-react-native-app.git
  2. Navigate to project:

    cd StockApp
  3. Install all dependencies:

    npm install
  4. Configure firebase after making and project in firebase:

     //Cretate firebaseconfig.ts in main directory and add below code
     // Import the functions you need from the SDKs you need
     import { initializeApp } from "firebase/app";
     import {getAuth} from "firebase/auth";
     import {getFirestore} from "firebase/firestore";
    
     const firebaseConfig = {
     //copy from your project
     };
    
     // Initialize Firebase
     export const APP = initializeApp(firebaseConfig);
     export const FIREBASE_AUTH=getAuth(APP);
     export const FIRESTORE_DB=getFirestore(APP);
  5. Run the project:

    npx expo start

Usage

image 1 image 2 image 3 image 4 image 5 image 6 image 7 image 8 image 9 image 10 image 11 image 12

Contribution

  1. Smit Prajapati
  2. Prince Patel
  3. Raghav Patel

stock-app's People

Contributors

smit48-ai 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.