stears-lite Tailwind Templates

Stears Lite

An interactive frontend interface that lets users search for African companies and explore detailed insights, including macroeconomic indicators, country trends, and recent news. Built with Next.js, Tailwind CSS, and Radix UI, the app visualizes clean economic data with contextual tooltips, volatility labels, and historical trends.

Stears Lite – Frontend

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.

🔧 Tech Stack

  • Next.js + TypeScript
  • TailwindCSS for styling
  • Radix UI for accessible components
  • MUI Charts for data visualization
  • FastAPI backend (external API)

🚀 Features

  • 🔎 Search for African companies
  • 🌍 Fetch macroeconomic indicators from the World Bank
  • 🧠 Tooltips and trend visualizations for each metric
  • 📰 Company-specific news with sentiment analysis
  • 📈 Volatility badges and data comparisons with 2020 as the baseline

📦 Setup Instructions

  1. Clone the repository

    git clone https://github.com/Toluwaa-o/stears-lite.git
    cd stears-lite
    
  2. Install dependencies

    npm install
    
  3. Start the dev server

    npm run dev
    
  4. Set up your .env.local

    NEXT_PUBLIC_API_URL=http://localhost:8000
    

🔗 Backend API

This frontend connects to a FastAPI backend. Make sure the backend is running and accessible at the NEXT_PUBLIC_API_URL.

Top categories

Loading Svelte Themes