hanuor / stock-analysis

Stock Analysis -- an investing website that is super fast, clean and easy to use. The goal is to become the best free investing app/site on the internet.

Home Page:https://stockanalysis.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock Analysis

Introduction

This is the public code repository for StockAnalysis.com. We want to build the world's best free investing website.

About the project

The site is running on React/NextJS and is written in Javascript and Typescript. It's styled with Tailwind CSS.

Key goals

  • Be the fastest finance website on the internet.
  • Have the best user experience of all the investing sites.
  • Be super easy to use and understand. Things should "just work" and feel intuitive to use.
  • The data and info should always be up-to-date and accurate.

How to contribute

Anyone is welcome to contribute to this project.

If you help drive significant improvements to the site, then you will get a free Stock Analysis Pro account as long as you remain an active contributor. Send an email to kris@stockanalysis.com for more info about that.

How to start

You can easily download the code and run the site on your own computer by cloning the repository and running "npm install" and "npm run dev".

Here are the steps to do it:

  1. First, make sure you have Visual Studio Code, Git and Node.js installed (they're all free)
  2. Create a folder on your desktop called "StockAnalysis"
  3. Open Visual Studio Code. Click "File" and "Open Folder" -- then find the folder you created and click "Select Folder"
  4. Hit CMD+J or CTRL+J to open the terminal in VS Code
  5. Write this exact command and hit enter: git clone https://github.com/stockanalysisdev/stock-analysis.git . (make sure to include the period at the end)
  6. Write this command and hit enter: npm install
  7. Write this command and hit enter: npm run dev
  8. You should now be able to open the site in your web browser with this URL: http://localhost:3001

Congrats! You now have the site running locally on your own computer, with the site's code ready to edit from Visual Studio Code.

License

This code is licensed under the MIT license. See the LICENSE file for more info.

About

Stock Analysis -- an investing website that is super fast, clean and easy to use. The goal is to become the best free investing app/site on the internet.

https://stockanalysis.com

License:MIT License


Languages

Language:TypeScript 89.6%Language:JavaScript 8.6%Language:CSS 1.8%