This is a Next.js application designed to manage and analyze county revenue data. The app provides features for user registration, login, and data visualization.
- Node.js (version >= 14.x)
- npm or yarn
- Clone the repository:
git clone <your-repo-url> cd county-revenue-app
- Install dependencies:
npm install # or yarn install
Running the Application To start the development server, run:
npm run dev
# or
yarn dev
Open http://localhost:3000 in your browser to see the application.
Features
- User authentication (signup and login)
- Data visualization for county revenue
- Responsive design using Tailwind CSS
Contributing
Contributions are welcome! Please fork the repository and submit a pull request.
License This project is licensed under the MIT License - see the LICENSE file for details.