Plan your expenses using this website
This website allows you to plan your expenses based on your budget. All your expenses will be saved in Local Storage in case of reloading the page.
- Fast and easy to use
- Edit or add expenses
- Beautiful interface
- Validate form information
- Save your expenses in Local Storage
- Adjust the content to the screen size
- Interface animations
- And more!
- Vite + React.js
- Node.js (NPM)
- Netlify
- Visual Studio Code
- First click here
- Then add a budget
- To add an expense press the button at the bottom right and fill in the fields
- To edit an expense swipe it to the right
- To delete an expense swipe it to the left
- To finish, enjoy it!
- Install Node.js
- Run the following linux commands in your terminal
git clone https://github.com/pablove2001/Expense-Planner.git
cd Expense-Planner
npm install
npm run dev