Skip to content

Application allowing to record all the expenses of a person.

License

Notifications You must be signed in to change notification settings

KristenJestin/expense-eve-app

Repository files navigation

Banner

Application

About ExpenseEve

Application allowing to record all the expenses of a person.

Related

Here are some related projects

API

Tech Stack

Client: React-Native, UI Kitten

Server: AdonisJS

Features

  • Store all expenses
  • Have access to all recent expenses
  • Light/dark mode toggle

Screenshots

Login Page Home Page Show page with deletion
Login page Home page Show delete page

Run Locally

Install the API part

Clone the project

  git clone https://github.com/KristenJestin/expense-eve-app

Go to the project directory

  cd expense-eve-app

Install dependencies

  yarn install

Create env file

# .env
BASE_URL=http://localhost:3333
PERSIST_KEY=my-secret-key

Start the server

  yarn run start

Start on the device

  yarn run android
  # or
  yarn run ios

Roadmap

  • Add the possibility to create "recurring" expenses. Example: Define that on the 25th of each month, I will have a 10€ expense for my mobile plan.

  • Add the possibility to define categories

  • Add the possibility to define tags

  • Add a summary of all the expenses of the day, week, month, year, etc

  • Add the possibility to define a list of items when creating an expense

License

Distributed under the MIT License. See LICENSE for more information.


portfolio linkedin