Skip to content

Adhit-7/Event-Tracker

Repository files navigation

Expense Tracker - Bixpense

An expense tracker web application built with Next.js. This project allows users to track their expenses and manage their finances efficiently.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have a Clerk account.
  • You have a Neon database URL. Sign up at Neon to get your database URL.

Environment Variables

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>

Getting Started

To get a local copy up and running, follow these simple example steps.

Installation

  1. Clone the repo
git clone https://github.com/Alansaji2003/expense-tracker.git
  1. Navigate to the project directory
cd expense-tracker
  1. Install NPM packages
npm install

Running the App

  1. Run the development server
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Alan Saji- rockstaralansaji@gmail.com

check out live site at https://expense-tracker-alan-saji.vercel.app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published