Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.32 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.32 KB

A simple Expense tracker app

Table of Contents


Description

Expense tracking app build using React Js, app is build using custom component written in JSX.


Technologies

  • 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.

Installation

  • 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

Learn More

You can learn more in the Create React App documentation.


Developer