An expense tracker web application built with Next.js. This project allows users to track their expenses and manage their finances efficiently.
Before you begin, ensure you have met the following requirements:
To run this project, you will need to add the following environment variables to your .env.local file:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=<your-clerk-publishable-key>
CLERK_SECRET_KEY=<your-clerk-api-key>
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
DATABASE_URL=<your-neon-database-url>
To get a local copy up and running, follow these simple example steps.
- Clone the repo
git clone https://github.com/Alansaji2003/expense-tracker.git- Navigate to the project directory
cd expense-tracker- Install NPM packages
npm install- Run the development server
npm run dev- Open http://localhost:3000 with your browser to see the result.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Alan Saji- rockstaralansaji@gmail.com
check out live site at https://expense-tracker-alan-saji.vercel.app/