Stears Lite is a data-driven frontend application that lets users explore macroeconomic trends behind African companies. It allows users to search for a company, then view key metrics such as GDP, inflation, and interest rates from the country it operates in, alongside news insights.
Clone the repository
git clone https://github.com/Toluwaa-o/stears-lite.git
cd stears-lite
Install dependencies
npm install
Start the dev server
npm run dev
Set up your .env.local
NEXT_PUBLIC_API_URL=http://localhost:8000
This frontend connects to a FastAPI backend. Make sure the backend is running and accessible at the NEXT_PUBLIC_API_URL
.