Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qur786/expense-tracker
A UI only expense tracker built with reactjs.
https://github.com/qur786/expense-tracker
babel javascript reactjs webpack5
Last synced: 25 days ago
JSON representation
A UI only expense tracker built with reactjs.
- Host: GitHub
- URL: https://github.com/qur786/expense-tracker
- Owner: qur786
- Created: 2022-03-04T17:14:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T11:08:28.000Z (about 1 year ago)
- Last Synced: 2024-11-04T00:02:20.370Z (2 months ago)
- Topics: babel, javascript, reactjs, webpack5
- Language: JavaScript
- Homepage: https://qur786.github.io/Expense-Tracker-With-ReactJS/
- Size: 336 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Expense Tracker](https://qur786.github.io/expense-tracker)
Welcome to the Expense Tracker UI project! This front-end application allows users to manage and visualize expenses in an intuitive manner. Although it doesn't have a backend, it offers a seamless interface to add expense details and provides intuitive visualization.
## Overview
This Expense Tracker UI is a front-end-only application built using React and configured with Webpack. It enables users to input and manage their expenses without the need for a backend server. It's a perfect demonstration of front-end development with React and showcases the capabilities of managing expenses in an intuitive UI.
## Usage
- To start the development server, use:
- **npm start**
- To build the production-ready assets, use:
- **npm run build**
This command generates the optimized production build using Webpack.
## Technologies Used
- **React**: JavaScript library for building user interfaces.
- **Webpack**: Bundler for JavaScript applications.
- **Babel**: JavaScript compiler for backward compatibility.
- **gh-pages**: Tool for deploying code to GitHub Pages.## Deployment
The app is deployed on GitHub Pages. Access the live demo [here](https://qur786.github.io/expense-tracker).
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.