Okane is an easy expense and income tracker, which gives accurate graph representation of user's income/expenses/transactions.
This project consists of a website describing an app, and the app which enables users to track expenses/income/transactions and see their transactions visualization to plan their budget and secure their income.
This project consists of a website describing an app, and the app which enables users to track expenses/income/transactions and see their transactions visualization to plan their budget and secure their income.
- use the website to get all the available info about the app
- contact okane team
- see okane offices on the map
- sign up/sign in/sign out
- see the dashboard with the information about their income/expenses/transactions
- see graphs describing 'last 30 days' icome and expenses
- see a list of transactions
- add new transaction manually
- see profile page
- Notcori
- Leaflet
- Twin.macro
- unDraw
- Unsplash
- Responsive Design
- Local Storage
Inside of the project, you'll see the following folders and files:
/
client/
└──├── public/
├── src/
│ ├── assets/
│ │ └── data/
│ │ └── icons/
│ │ └── images/
│ │ └── ...
│ ├── components/
│ ├── features/
│ │ └── account/
│ │ └── expense/
│ │ └── income/
│ │ └── ...
│ └── pages/
│ │ └── Dashboard/
│ │ └── About.jsx
│ │ └── ...
│ └── styles/
│ └── utils/
└── package.json
To run the client:
open new terminal
cd client
npm install (first time only)
npm run dev
🎉