Sardor-M / Expense_Manager

Expense manager is an simple web application to organize your expenses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expense Manager

What is the use of this Repo

This Project is a Simple ReactJS Project which demonstrates the implementation of

  • useRef
  • useContext,
  • useState
  • useEffect Hooks.

Note: The project Template can be used to build bigger projects

Prerequisites

Install Node JS

Refer to https://nodejs.org/en/ to install nodejs

Install create-react-app

Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app

npm install -g create-react-app

Cloning and Running the Application in local

Clone the project into local

Install all the npm packages. Go into the project folder and type the following command to install all npm packages

npm install

In order to run the application Type the following command

npm start

The Application Runs on localhost:3000

Resources

create-react-app : The following link has all the commands that can be used with create-react-app

https://github.com/facebook/create-react-app

ReactJS : Refer to the following website to understand the concepts of ReactJS

https://reactjs.org/

How to reach me : If you want to colloborate, feel free to reach me out via email - sardor0968@gmail.com

About

Expense manager is an simple web application to organize your expenses


Languages

Language:JavaScript 72.9%Language:HTML 27.1%