Mobile Application that shows historical stock prices, and buy recommendation on specific stocks.
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".
- Create React App Set up a modern web app by running one command.
- React Router A declarative library for building single page applications.
- Redux The official, opinionated, batteries-included toolset for efficient Redux development.
- Bootstrap Build fast, responsive sites with Bootstrap.
To get a local copy up and running follow these simple example steps.
node
:^12 || >=14
npm
oryarn
- Download or fork this project:
git clone https://github.com/eduardosancho/stock-data.git
- cd into the directory.
cd stock-data
- Install all dependencies using:
npm install
oryarn
npm start
oryarn start
and open the browser athttp://localhost:3000
npm run build
oryarn run build
After creating the production build, run:
npm run preview
oryarn run preview
and open the browser athttp://localhost:5000
👤 Eduardo
Platform | Badge |
---|---|
GitHub | @eduardosancho |
@sanchitobless | |
Eduardo |
Give a ⭐️ if you like this project!
The ideas and inspiration from this project are coming from the following articles:
- Microverse
- Design guidelines from @Nelson Sakwa
This project is MIT licensed.