A dynamic dashboard built with Next.js and Chart.js that visualizes current SOFR (Secured Overnight Financing Rate) spreads across different commercial real estate asset classes.
This dashboard provides real-time visualization of SOFR spreads across various commercial real estate asset classes:
- Industrial
- Multifamily
- Office
- Retail
Each asset class is broken down by risk profile:
- Core/Stabilized
- Value-Add
- Opportunistic
- 📊 Interactive data visualization using Chart.js
- 💼 Comprehensive breakdown by asset class
- 🏢 Detailed spread information for different property types
- 📱 Responsive design for all devices
- 🎨 Clean, modern UI with Tailwind CSS
- Next.js - React framework for production
- Chart.js - Data visualization
- Tailwind CSS - Styling
- TypeScript - Type safety
- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository ```bash git clone https://github.com/tony-42069/sofr-spreads-dashboard.git ```
-
Install dependencies ```bash npm install
yarn install ```
- Run the development server ```bash npm run dev
yarn dev ```
- Open http://localhost:3000 with your browser to see the result.
The project is deployed on Vercel. For your own deployment:
- Push your code to GitHub
- Import your repository to Vercel
- Deploy with default settings
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Tony - @tony-42069
Project Link: https://tony-42069.github.io/cre-sofr-spreads-dashboard/