An open API service indexing awesome lists of open source software.

https://github.com/itseric24/expense-tracker-web-app-front-end


https://github.com/itseric24/expense-tracker-web-app-front-end

html javascript reactjs reactrouter6 tailwindcss vite

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Expense-Tracker

## Table of Contents

- [Installation](#installation)
- [Running the Project](#running-the-project)
- [Building for Production](#building-for-production)

## INSTALLATION

### Prerequisites

Make sure you have the following installed:

- [Node.js](https://nodejs.org/)
- [npm](https://www.npmjs.com/)

### Steps

1. **Clone the repository:**

git clone https://github.com/ItsEric24/expense-tracker-web-app-front-end-

2. **Navigate into the project**

cd expense-tracker-web-app-front-end-

3. **Install the dependencies**

npm install

## RUNNING THE PROJECT

1. _To start the development server, use the following command:_

npm run dev

2. _The development server will start, and you can view your project by navigating to http://localhost:3000 in your web browser_

## BUILDING FOR PRODUCTION

1. _To build the project for production, use the following command:_

npm run build

2. _The production-ready files will be generated in the `dist` directory_