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!
- Host: GitHub
- URL: https://github.com/paulocf92/smart-stocks
- Owner: paulocf92
- License: mit
- Created: 2021-08-26T12:59:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-04T23:30:43.000Z (almost 5 years ago)
- Last Synced: 2025-07-28T06:31:22.967Z (11 months ago)
- Topics: axios, nextjs, react, react-spinners, recharts, redux, redux-toolkit, styled-components
- Language: TypeScript
- Homepage:
- Size: 1.51 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
📈 Smart Stocks


Search and track your favorite 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/)! 😊