Skip to content

ramazankarisan/expense-income-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker Project

LIVE DEMO

  • In this project I will be practicing CRUD operations via this API and you can find its documentation here.
  • In this project, basically anyone who can access their interface, can do the CRUD operations. I will be using HTTP Methods for these operations via using endpoints from the above given API.
  • Users can reach out to their accounts and add/delete/edit theirs expense or income categories and track them.
  • As Authentication, used Token from API and store it in to the localStorage .

it is obvious, that using Token through localStorage is unscure, but for this exercise and practicing the CRUD operations, it was unimportant.

How to use?

  • When the page is loaded, you will be directed to the /register page, and you should create an account, and with that credentials, you should login.
  • You can see recordings with amounts and tags. You can add/edit/delete them.
  • In /categoriesyou can create/edit/delete categories, so you can use them in /records.

If you do not want to create a new account, please try username:123456 to login.

Technologies

  • TypeScript
  • Redux
  • AntDesign UI
  • React-router-dom

TypeScript and AntDesign both of them are new to me. I did not give any attention to the responsivitiy therefore.

About

expense-tracker with TypeScript, Redux, AntDesign

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published