Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryankotharii authored Sep 30, 2021
1 parent 321011a commit 39dc631
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
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! :)

0 comments on commit 39dc631

Please sign in to comment.