Expense tracking app build using React Js, app is build using custom component written in JSX.
- React - React library makes the process painless to create interactive UIs, Component Based UI.
- JSX - From here you can read and learn more about JSX.
- Clone this repository to your local machine
- Open the project in IDE of your choice, I use Visual Studio Code
- Open Terminal/Command in IDE or on your computer
- Navigate you the root of the project
- Run
npm install
to install all the 3rd party packages used in Project - Type
npm start
to run the app in the development mode - Open http://localhost:3000 to view the project in the browser
- Edit/modify the file in
src
folder to tweak the app as per your requirement
You can learn more in the Create React App documentation.
- LinkedIn - Indrajeet Singh