Coded this expense tracking application using React while taking Andrew Mead's Udemy course - The Complete React Developer Course (w/ Hooks and Redux)
Demo can be seen in here - https://expenseer.onrender.com/
- Webpack 5
- Babel
- React
- Redux
- Redux Thunk
- React Router DOM
- Jest
- SCSS
Clone this repo:
git clone https://github.com/Saabbir/expensify-app.git
This project is based on Node.js. To install the necessary packages, run this command in the root folder of the site:
npm install
- Run
npm run dev
from root folder for a development server and live reloading - Run
npm run build
from root folder for production build