- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Quantum Stocks is a web application where you can visualize detailed information about any stock traded in the six biggest markets.
Client
- React to create the UI.
- Redux Toolkit to manage state.
- Tailwindcss to apply awesome styles.
Server
Database
- N/A
- Users can filter stocks for specific market.
- Users can filter stocks using name or symbol.
- Users can see detailed information about any stock.
- The application is fully responsive.
To get a local copy of this project and run it in your computer, follow these steps.
In order to run this project you need:
- A working computer.
- Connection to internet.
- npm and Node.js installed, if you don't have them, please follow this simple installation guide.
To get a local copy up and running follow these simple example steps.
Clone this repository in the desired folder:
cd my-folder
git clone https://github.com/jmonto55/Stock-Viewer.git
To install this project:
cd Stock-Viewer
code .
npm install
To run the project, execute the following command:
npm start
To run the project tests, execute the following command:
npm test
👤 Jose Montoya
- GitHub: @jmonto55
- Corrections spotted by reviewer will be implemented
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project feel free to frok it and use it as you need.
I would like to thank Nelson Sakwa for the design
- Behance: @sakwadesignstudio
-
Can I use the project for any purpose?
- Yes, you can use this files for anything you need.
-
Is the information saved in any database?
- No, all data is fetched from API.
This project is MIT licensed.