This is a Next.js for Visualizing Stock Data using the Alpha Vantage API.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
API_KEY=demo // API key for the Alpha Vantage APINote: If you do not configure the
.envfile or the API call limit is reached, the project has different MOCKS to simulate the API response.