An open API service indexing awesome lists of open source software.

https://github.com/paulocf92/smart-stocks

Search and track your favorite stocks!
https://github.com/paulocf92/smart-stocks

axios nextjs react react-spinners recharts redux redux-toolkit styled-components

Last synced: 2 months ago
JSON representation

Search and track your favorite stocks!

Awesome Lists containing this project

README

          

📈 Smart Stocks


GitHub language count

Repository size


GitHub last commit

License

Stargazers

Search and track your favorite stocks!

Smart Stocks

# 🚀 About the project

**Smart Stocks** allows searching, tracking and favoriting stocks listed under NASDAQ. It displays stock valuation change as of market close and its growth across the day.

Main technologies used:

- ⭐ Next.js (React.js)
- ⭐ Redux Toolkit
- ⭐ Styled Components

Additional libs:

- Recharts
- Axios
- React Spinners

# ⚙️ Installing and Running

Install dependencies, set up `.env.local` and run Next.js development server on `http://localhost:3000`.

```bash
# install dependencies
$ yarn install

# rename .env.example to .env.local and feed your IEX Cloud api token

# run server
$ yarn dev
```

## 📝 License

This project is under MIT license.

Made with ❤️ by [Paulo Filho](https://www.linkedin.com/in/paulocf92/)! 😊