Expense Tracker is a mobile application built with React Native that helps users easily track their expenses on the go.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Expense Tracker is a simple and intuitive application designed to help you manage your expenses effectively. It provides a convenient way to track your spending, categorize expenses, and gain insights into your financial habits. With its user-friendly interface and powerful features, Expense Tracker makes it easy to stay on top of your finances and make informed decisions.
- Firebase: used firebase realtime database as Backend-as-a-Service (BaaS)
- Authentication: User can login, register and forgot password.
- HomeScreen : Home screen with verbose detail category-vise.
- AddItemScreen : User will be able to add their expense with Name, Description, Date and CATEGORY.
- SettingScreen: User will be able to change their profile and user setting via SettingScreen.
- Redux: used redux for state management
- React-native-icons: used to display icons.
- Expo tabs@50 : used expo latest tab@50 sdk which is using a page View.
- Typescript: Typescript for type safety.
- React Native
- Typescript
- React-native-icons
- Redux
- Firebase -realtime Database
- Expo router
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
-
Clone the repo
git clone https://github.com/tusharnagar17/expenseTracker
-
Install NPM packages
npm install yarn install
- Run the development server:
npm start
# or
yarn start
- Open Emulator in ANDROID STUDIO or in ExpoGo app in your browser to view the landing page.
_For more examples, please refer to the Documentation
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Tushar Nagar - @twitter -
Project Link: link
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!