A dashboard application to explore DOGE (Department of Government Excellence) data, including savings and payment information. Created to provide transparency into the operations of the government entity established in 2025.
- Overview dashboard with key metrics
- Detailed savings history and statistics
- Payment tracking and analysis
- Responsive design using NextUI components
- Built with Next.js and TypeScript
- Bun (v1.0.0 or higher)
- Node.js (v18.0.0 or higher)
- Clone the repository:
git clone https://github.com/yourusername/doge_gov_explorer.git
cd doge_gov_explorer- Install dependencies:
bun install- Start the development server:
bun dev- Open http://localhost:3000 with your browser to see the result.
doge_gov_explorer/
├── src/
│ ├── app/ # Next.js App Router pages
│ ├── components/ # Reusable React components
│ └── styles/ # Global styles
├── public/ # Static assets
├── README.md # Project documentation
├── package.json # Project dependencies
└── tailwind.config.ts # Tailwind CSS configuration
- Next.js - React framework
- NextUI - UI component library
- Tailwind CSS - CSS framework
- TypeScript - Type safety
- Bun - JavaScript runtime and package manager
The project uses Next.js 13+ with the App Router and Server Components. Key technologies include:
- TypeScript for type safety
- NextUI components for the user interface
- Tailwind CSS for styling
- Bun as the JavaScript runtime
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.