- React.js - UI Library
- Create React App - Build tool
- Netlify - Hosting and Deployment
Follow these steps to run Budgety in your local machine.
git clone https://github.com/Pappyjay23/budget-app.gitcd budget-appnpm installRun the development server to view the app.
npm startNow, you can navigate to http://localhost:3000/ to view the app.
npm run buildImplementation by @Pappyjay23
