AlexGalhardo / expenses.alexgalhardo.com

A simple expenses tracker build with ReactJS.

Home Page:https://expenses.alexgalhardo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

  • A simple expenses tracker build with ReactJS.

Technologies Used & Features

Setup

  • Clone this repository
git clone https://github.com/AlexGalhardo/expenses.alexgalhardo.com
  • Enter repository
cd books.alexgalhardo.com/
  • Install dependencies
npm install
  • Setup enviroment variables
cp .env-example .env
  • Start local server
npm run dev

Build for deploy

  • Create build
npm run build
  • Preview production build
npm run preview
  • Open production build local server (build + preview)
npm run start

License

MIT

Copyright (c) August 2024-present, Alex Galhardo

About

A simple expenses tracker build with ReactJS.

https://expenses.alexgalhardo.com


Languages

Language:TypeScript 90.4%Language:JavaScript 7.6%Language:CSS 1.1%Language:HTML 0.8%Language:Shell 0.1%