Skip to content

Transactions tracking application created in React.js with MaterialUI, fully responsive mobile interface. Deployed version available in the attached link.

Notifications You must be signed in to change notification settings

JuliePrazakova/Expense-tracker-app

 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

npm test

npm run build

npm run eject

npm run build fails to minify

Logic of the file

index.js

set up of whole page

App.js

set up of routes

components/pages

all pages of our app

components/modals

all component modals from the whole page

/styles

material UI theme set up

components/layout

general components for layout: Header,...

pathnames.js

all routing pathnames on one place

locales/en.js

all texts on ona place

About

Transactions tracking application created in React.js with MaterialUI, fully responsive mobile interface. Deployed version available in the attached link.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.2%
  • HTML 7.8%