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

https://github.com/webriddler/stock-market-assistant


https://github.com/webriddler/stock-market-assistant

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Stock Market Assistant

A simple, fast and reliable solution for basic stock market calculations.

## Development tools

![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![Google](https://img.shields.io/badge/google_fonts-4285F4?style=for-the-badge&logo=google&logoColor=white)

## Contributions

### After cloning the repo, run

Install node modules
```npm
npm install
```

Start development server (as it uses vite)
```npm
npm run dev
```

## Contribution always welcomed

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.