Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduardosancho/stock-data
Mobile app that displays updated stock data from Financial Modelig Prep API.
https://github.com/eduardosancho/stock-data
Last synced: 3 days ago
JSON representation
Mobile app that displays updated stock data from Financial Modelig Prep API.
- Host: GitHub
- URL: https://github.com/eduardosancho/stock-data
- Owner: eduardosancho
- Created: 2022-03-07T16:48:58.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2022-05-31T00:15:46.000Z (over 2 years ago)
- Last Synced: 2024-12-18T17:12:23.531Z (26 days ago)
- Language: JavaScript
- Homepage: https://sad-edison-40e613.netlify.app/
- Size: 1.36 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock Data App
![React](https://img.shields.io/badge/-React-61DAFB?logo=react&logoColor=white&style=for-the-badge)
![Redux](https://img.shields.io/badge/redux-%23593d88.svg?style=for-the-badge&logo=redux&logoColor=white)
![React Router](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white)
![Bootstrap](https://img.shields.io/badge/bootstrap-%23563D7C.svg?style=for-the-badge&logo=bootstrap&logoColor=white)> Mobile Application that shows historical stock prices, and buy recommendation on specific stocks.
### Home Page Preview
![screenshot](./src/assets/screenshot.png)### Details Page Preview
![screenshot](./src/assets/screenshot2.png)## Live Demo
[![Netlify Status](https://api.netlify.com/api/v1/badges/a87da86c-4b5b-4da9-aa99-b931a84e5afd/deploy-status)](https://sad-edison-40e613.netlify.app/)
## Table of Contents
- [Description](#description)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Setup](#setup)
- [Scripts](#scripts)
- [Start dev server](#start-dev-server)
- [Build for production](#Build-for-production)
- [Contact Info](#contact-info)
- [Show Your Support](#how-your-support)
- [Acknowledgments](#acknowledgments)
- [License](#license)## Description
Stock Data is the Capstone React-Redux individual project from the Microverse Curriculum.
Features:- Display current stock prices.
- Filter the list based on date and preview prices back then.
- Display a summarized recommendation on "Should you buy that stock".## Built With
- [Create React App](https://create-react-app.dev/) Set up a modern web app by running one command.
- [React Router](https://reactrouter.com/) A declarative library for building single page applications.
- [Redux](https://redux-toolkit.js.org/) The official, opinionated, batteries-included toolset for efficient Redux development.
- [Bootstrap](https://getbootstrap.com/) Build fast, responsive sites with Bootstrap.## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- `node` : `^12 || >=14`
- `npm` or `yarn`### Setup
1. Download or fork this project: ```git clone https://github.com/eduardosancho/stock-data.git```
2. cd into the directory. ```cd stock-data```
3. Install all dependencies using:- `npm install` or `yarn`
## Scripts
### Start dev server
- `npm start` or `yarn start` and open the browser at `http://localhost:3000`
### Build for production
- `npm run build` or `yarn run build`
### Locally preview production build
After creating the production build, run:
- `npm run preview` or `yarn run preview` and open the browser at `http://localhost:5000`
## Contact Info
👤 **Eduardo**
Platform | Badge |
--- | --- |
**GitHub** | [@eduardosancho](https://github.com/eduardosancho)
**Twitter** | [@sanchitobless](https://twitter.com/sanchitobless)
**LinkedIn** | [Eduardo](https://www.linkedin.com/in/eduardo-sancho-solano/)## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
The ideas and inspiration from this project are coming from the following articles:
- Microverse
- [Design guidelines](https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs)) from [@Nelson Sakwa](https://www.behance.net/sakwadesignstudio)## License
This project is [MIT](./MIT.md) licensed.