tiago-web / ExpensifyApp

๐Ÿ“‚ Manage your expenses. Built using ReactJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

โš ๏ธThis project is under development.๐Ÿšง

ExpensifyApp ๐Ÿ’ธ

Organize your expenses

Author GitHub top language Stars Issues


๐Ÿ“Œ Table of Contents

๐Ÿ”— Features

  • ๐Ÿ“‹ Add, edit or remove expenses
  • ๐Ÿ” Filter expenses by text, startDate, and endDate
  • ๐Ÿ—‚ Sort expenses by date or text

๐Ÿ‘ท Installation

You need to install Node.js. In order to clone the project via HTTPS, run this command:

git clone https://github.com/tiago-web/ExpensifyApp.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:

git clone git@github.com:tiago-web/ExpensifyApp.git

Install dependencies

yarn install or npm install

๐Ÿ Getting Started

Run the following command in order to start the application in a development environment:

Initialization

yarn start or npm start

๐Ÿ”’ Dependencies

Important: These are only the most important ones.

๐Ÿ“ฎ FAQ

Question: What is the technology used in this project?

Answer: The tecnology used in this project is React.

๐Ÿ”จ Issues

Feel free to file a new issue with a respective title and description on the ExpensifyApp repository. If you already found a solution to your problem, i would appreciate to review your pull request!

๐Ÿ“– License

Released in 2020. This project is under the MIT license.

Made with โค๏ธ by Tiago Soriano ๐Ÿš€

About

๐Ÿ“‚ Manage your expenses. Built using ReactJS

License:MIT License


Languages

Language:JavaScript 97.1%Language:HTML 1.4%Language:CSS 1.4%