The Stocks app aims to provide users with access to a comprehensive list of stocks. Users will be able to navigate through the stock list and select individual stocks to view detailed information. The app will serve as a platform for users to gain insights into various stocks and make informed trading decisions.
To preview the app, follow these steps:
- Install Expo Go from the app store: Expo Go for iOS or Expo Go for Android.
- Scan the QR code here to run the app.
To run the app on your machine, follow these steps:
-
Install Expo CLI on your machine by following the Expo installation guide.
-
Clone the repository:
git clone https://github.com/Sabbaghh/Stocks-app.git
- Install the necessary dependencies:
npm install
- Set up the API key:
- The app depends on real data coming from "coinranking1".
- Get your API key from RapidAPI.
- In the root of the folder, you will find a file called
API_KEY-example
. Rename it toAPI_KEY
and place your API key there.
- Run the app with Expo:
npm start
If you encounter any issues running the app, please contact me at afsabbagh9@gmail.com.
This project is licensed under the MIT License.