PennyBuddy is a finance management web application built with Next.js 13 using the app
directory structure. It allows users to manage their finances with ease, featuring account creation, login, and more.
- User Registration and Authentication
- Finance management tools (to be expanded)
- Responsive design using Tailwind CSS
Follow the instructions below to set up and run the project locally.
Make sure you have the following installed on your local machine:
- Node.js (v14.17.0 or higher)
- npm (v6 or higher) or yarn
-
Clone the repository:
git clone 'url'
-
Navigate to the project directory:
cd pennybuddy
-
Install dependencies: You can either use
npm
oryarn
to install the required dependencies:# Using npm npm install # OR using yarn yarn install
-
Start the development server: After installing the dependencies, run the following command to start the Next.js development server:
# Using npm npm run dev # OR using yarn yarn dev
-
Open the application: Once the server is running, open your browser and navigate to:
http://localhost:3000