-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
321011a
commit 39dc631
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<p align="center"><img width="40%" src="https://hacktoberfest.digitalocean.com/_nuxt/img/logo-hacktoberfest-full.f42e3b1.svg"/></p> | ||
|
||
# Hacktoberfest 2021 with IEEE-VIT :orange_heart: | ||
This is a expense tracker iOS application built using swift. Users can track their expense and visualise it. | ||
|
||
Support open source software by participating in [Hacktoberfest](https://hacktoberfest.digitalocean.com) and get goodies and a free t-shirt! :orange_heart: | ||
|
||
> Please check all issues labelled as `hacktoberfest` to start contributing! | ||
Kindly consider leaving a :star: if you like the repository and our organisation. | ||
|
||
## Getting Started | ||
* Fork it. | ||
|
||
* Clone your forked repo and move inside it: | ||
|
||
`git clone https://github.com/IEEE-VIT/Xpendi.git && cd Xpendi` | ||
|
||
* Checkout to a new branch to work on an issue: | ||
|
||
`git checkout -b my-amazing-feature` | ||
|
||
* Running the project | ||
|
||
`open the project in Xcode and run!` | ||
<br/> | ||
`Shortcut: (⌘ + R)` | ||
|
||
* Once you're all done coding, it's time to open a PR :) | ||
Run the following commands from the root of the project directory: | ||
|
||
`git add .` | ||
|
||
`git commit -m "A short description about the feature."` | ||
|
||
`git push origin <my-amazing-feature>` | ||
|
||
Open your forked repo in your browser and then raise a PR to the `master` branch of this repository! | ||
|
||
|
||
|
||
## Contributing | ||
To start contributing, check out [CONTRIBUTING.md](https://github.com/IEEE-VIT/ToDo-iOS/blob/master/contributing.md). New contributors are always welcome to support this project. If you want something gentle to start with, check out issues labelled as `easy` or `good-first-issue`. Check out issues labelled as `hacktoberfest` if you are up for some grabs! :) |