Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature(Theodore_Obonye): expenses and income tracking app #30

Open
wants to merge 47 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
1be73e8
chore: scaffold react app
thatguycodes Jun 2, 2022
c2e6604
refactor: set folder structure
thatguycodes Jun 2, 2022
7db9411
refactor: add side nav
thatguycodes Jun 2, 2022
d9a8640
feat: add routing
thatguycodes Jun 2, 2022
65cc4ee
refactor: style sidebar
thatguycodes Jun 2, 2022
2dec74f
refactor: add icon and style the side bar
thatguycodes Jun 2, 2022
d767b91
refactor: set the home page
thatguycodes Jun 2, 2022
c04a870
refactor: add tab and table
thatguycodes Jun 3, 2022
0279e30
refactor: add click on the tabs
thatguycodes Jun 3, 2022
758fd2f
refactor: add tabs with different styles
thatguycodes Jun 3, 2022
17ede24
refactor: add an add button
thatguycodes Jun 3, 2022
0caa491
refactor: update table
thatguycodes Jun 3, 2022
9e12a88
refactor: update the table
thatguycodes Jun 3, 2022
4d0d025
refactor: show modal
thatguycodes Jun 3, 2022
6e0dc54
refactor: add styling for the modal
thatguycodes Jun 3, 2022
ca2b27a
refactor: add graph page
thatguycodes Jun 4, 2022
99509e4
refactor: update tabs for graphs page
thatguycodes Jun 4, 2022
0b4290a
refactor: add chart & state for side nav
thatguycodes Jun 4, 2022
f5f0398
refactor: add charts placeholders
thatguycodes Jun 4, 2022
77c5a99
refactor: make table reusable
thatguycodes Jun 4, 2022
a5ce66a
fix: remove ID from the table
thatguycodes Jun 4, 2022
56e815c
add bootstrap
thatguycodes Jun 4, 2022
f694789
refactor: add forms and graph templates
thatguycodes Jun 5, 2022
bdebfec
refactor: add transaction functionality
thatguycodes Jun 6, 2022
4232928
feat: add initial state of category
thatguycodes Jun 6, 2022
de1c3bc
refactor: show categories on the table
thatguycodes Jun 6, 2022
2183bfa
fix: update the add category function
thatguycodes Jun 6, 2022
de6d12e
refactor: add delete fuction
thatguycodes Jun 6, 2022
e3b7c61
fix: restore look and feel
thatguycodes Jun 6, 2022
8793c76
refactor: resize graphs
thatguycodes Jun 6, 2022
d66af8b
refactor: add pie charts
thatguycodes Jun 7, 2022
dba93c3
refactor: update charts
thatguycodes Jun 7, 2022
6406988
refactor: add all charts
thatguycodes Jun 7, 2022
2ac94fe
refactor: fix the aggregation methods
thatguycodes Jun 7, 2022
2974515
refactor: make UI responsive
thatguycodes Jun 8, 2022
b03e856
refactor: update styling
thatguycodes Jun 8, 2022
3c39161
refactor: update path
thatguycodes Jun 9, 2022
b592867
refactor: remove log
thatguycodes Jun 9, 2022
3a7da10
ci: update lockfile
thatguycodes Jun 9, 2022
356ce88
refactor: updated lockfile
thatguycodes Jun 9, 2022
40109c2
ci: update lockfile
thatguycodes Jun 9, 2022
e289e73
refactor: update side nav
thatguycodes Jun 9, 2022
758bd11
refactor: handle empty state
thatguycodes Jun 9, 2022
c13e554
update charts
thatguycodes Jun 9, 2022
6ae4119
update graphs
thatguycodes Jun 9, 2022
1efe032
create netlify file
thatguycodes Jun 9, 2022
db6fc96
fix: restore side nav
thatguycodes Jun 9, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions expense-app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
46 changes: 46 additions & 0 deletions expense-app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).
4 changes: 4 additions & 0 deletions expense-app/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[[redirects]]
from = "/*"
to = "/"
status = 200
Loading