Android app to create a study group social media allowing users to search for and join groups. Created at YHacks 2019
The rails backend for the budget-tracker-app
My final for engi1006 - ag4219
just some files that you don't ever want to lose.
My take on project management
angarc/python-code-challenger 0
A LeetCode clone, except you can only code in Python, and it was personalized for my girlfriend who just decided to change her major to CS 🚀
automatically updates from rails 4 to rails 6
A reusable rails 6, api only, starter project with a custom element generator.
A simple surveying tool. Easy to use, authorizable, and represents the data intuitively.
issue commentcreativetimofficial/argon-design-system
File to import not found or unreadable: bootstrap/functions.
Any update on this? I'm also getting this error
comment created time in 10 days
push eventangarc/budget-tracker-app
commit sha b19be05c755aae910218d349556560d20ac34276
minor updates
push time in 11 days
push eventangarc/budget-tracker-app
commit sha 6d2283271635ee7ed4f6666486e7621ef731bf32
refactored a bit
push time in 11 days
push eventangarc/budget-tracker-app
commit sha b7ec7c9f792a4df00cad46039524e61cc7cef3a6
Added a general page with expenses widget
push time in 11 days
push eventangarc/budget-tracker-app
commit sha 182a2e68f6043aebb767d77cf3e4c6d39211f1f4
Added a dashboard page
push time in 12 days
push eventangarc/budget-tracker-app
commit sha 1d58b99fb233ae87168c9babc885cb052659364a
now it actually authenticates
push time in 12 days
push eventangarc/budget-tracker-app
commit sha 545eb188c9b4543f9caa3b101c2dee453670dd67
Refactored a bit
push time in 13 days
push eventangarc/budget-tracker-app
commit sha 510b4d86100e38b6a023cc08e4eb303361642125
Register form is now functional
push time in 13 days
push eventangarc/budget-tracker-api
commit sha e85536953d496717393aac8a75dae1a5d55f2dd7
added a route to create users
push time in 13 days
push eventangarc/budget-tracker-app
commit sha 792377744a7234ebc251f8189e26b96a742faffd
Added react router
commit sha e4d2960b1b7d5bfd19f077d74b3a1f58e73fbe72
Added a register page
commit sha 4b35e9c78456e0f40dd5f8b81df8a61ef1b1ce23
Added login page and refactored a bit
push time in 13 days
push eventangarc/budget-tracker-app
commit sha 009b55d791e434aa259b3f6ba2179c031a76f264
Just added a simple homepage
push time in 13 days
created repositoryangarc/budget-tracker-app
A an app that can can help manage and automatically generate budgets
created time in 23 days
created repositoryangarc/budget-tracker-api
The rails backend for the budget-tracker-app
created time in 23 days
push eventangarc/important_files
commit sha 7d14facdaf139c29bd176fd25cb7f5c4b1407674
changed vimrc
push time in a month
push eventangarc/gitforest
commit sha 34c9fbbab98db8c82fbb751f6e8ebc7266669672
Added ssh keys to settings page
push time in a month
push eventangarc/gitforest
commit sha 2ea82bf5cc1b6e82bd9356cd1052963452e0e80d
Added authentication
push time in a month
created repositoryangarc/gitforest
An alternative to github/gitlab/bitbucket. (It's more like a github clone)
created time in a month
issue openedCharlesMangwa/react-native-simple-markdown
Can't seem to center align text
I've tried:
text: {
textAlign: 'center'
}
but that doesn't work.
I've also tried adding the same styling to the View that surrounds the Markdown, but that doesn't work either.
When I try
paragraph: {
textAlign: 'center'
}
that messes up everything! in fact, even if i just add
paragraph: {}
then all the text gets ruined and displays only one word per line for some reason.
How can I center align text?? Here are all the relevant bits:
renderDescription(description) {
if (description === '' || description === null) return
return (<Markdown styles={styles.resource.description}>{description}</Markdown>)
}
<View key={resource.id} style={styles.resource.container}>
{ this.renderDescription(resource.description) }
</View>
const styles = {
resource: {
container: {
marginTop: 20,
marginBottom: 20,
},
description: {
view: {
marginTop: 10
},
text: {
fontFamily: 'Gotham-Book',
textAlign: 'center', // Doesn't work
},
},
}
}
created time in 2 months
push eventangarc/python-code-challenger
commit sha 831a46e235cebf78b1356e7ba1520b6411e8b017
Updates
push time in 3 months
push eventangarc/python-code-challenger
commit sha fd3cc26e731cc4b13aa455a4ff1e8de532c3984d
added a spinner
push time in 3 months