Giter Site home page Giter Site logo

catalyst-in / opensourceevents-ios Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 4.0 1.54 MB

This iOS-application contains a list of open source events and hackathons that are happening around the world. They are in a proper month wise timeline so the user does not face difficulty while searching through the open source events.

License: MIT License

Swift 100.00%

opensourceevents-ios's Introduction

OpneSourceEvents-iOS

This iOS-application contains a list of open source events and hackathons that are happening around the world. They are in a proper month wise timeline so the user does not face difficulty while searching through the open source events. Most of the times students want to participate in the events but they dont know the dates or the event details. This iOS-Application contains links of the events and when are the events going to take place.

Configure remotes

When a repository is cloned, it has a default remote called origin that points to your fork on GitHub, not the original repository it was forked from. To keep track of the original repository, you should add another remote named upstream:

  1. Get the path where you have your git repository on your machine. Go to that path in Terminal using cd. Alternatively, Right click on project in Github Desktop and hit ‘Open in Terminal’.
  2. Run git remote -v to check the status you should see something like the following:

    origin https://github.com/YOUR_USERNAME/--------.git (fetch)
    origin https://github.com/YOUR_USERNAME/--------.git (push)

  3. Set the upstream:
    git remote add upstream https://github.com/anitab-org/powerup-iOS.git
  4. Run git remote -v again to check the status, you should see something like the following:

    origin https://github.com/YOUR_USERNAME/--------.git (fetch)
    origin https://github.com/YOUR_USERNAME/--------.git (push)
    upstream https://github.com/Catalyst-SMVD/OpenSourceEvents-iOS.git (fetch)
    upstream https://github.com/Catalyst-SMVD/OpenSourceEvents-iOS.git (push)

  5. To update your local copy with remote changes, run the following:
    git fetch upstream develop
    git rebase upstream/develop
    This will give you an exact copy of the current remote, make sure you don't have any local changes.
  6. Project set-up is complete.

🤝 How to Contribute

For sending PR:-

  • Pick an open issue from the issue list and claim it in the comments. After approval fix the issue and send us a pull request (PR).
  • All the PR’s need to be sent to the appropriate branch (usually "master").

For Open issue:-

  • You can create a new issue and send a pull request.
  • Please go through our issue list first (open as well as closed) and make sure the issue you are reporting does not replicate an issue already reported. If you have issues on multiple pages, report them separately. Do not combine them into a single issue.

Contact

You can reach the maintainers and our community on Catalyst-discord. If you are interested in contributing to the OpenSourceEvents-iOS, we have a dedicated stream for this project #OpenSourceEvents-iOS, where you can ask questions and interact with the community, join with us!

License

The project is licensed under the MIT License. Learn more about it in the LICENSE file.

💜 Thanks Thanks to our many contributors.

opensourceevents-ios's People

Contributors

anubhavpulkit avatar aryamanpuri avatar codetheorem avatar vinayaksh42 avatar

Watchers

 avatar

opensourceevents-ios's Issues

Add month buttons

Description

Add month buttons in month section so the user selects any month to see open-source events in the respective month by jumping to next month.

Definition of Done

  • All of the required items are completed.
  • Approval by 1 mentor.

Estimation

[6hours

Add MIT license

Description

Add the MIT license and mention in Readme.

Definition of Done

  • All of the required items are completed.
  • Approval by 1 mentor.

Estimation

[1] hours

Add communication links

Description

Add social media(communication) links in the footer with the logo button.

Untitled

Acceptance Criteria

Update [Required]

  • [Add mail]
  • [github link]
  • [linkdin]

Definition of Done

  • All of the required items are completed.
  • Approval by 1 mentor.

Estimation

[2]hours

Add animation in label

Description

Add some animation in open source & hackathon title label so it looks attractive

Acceptance Criteria

Update [Required]

  • [animation in title label of first page]
  • [animation in title label of second page]

Estimation

[INSERT NUMBER HERE] hours

Add side menu bar

Description

Add side menu bar for contact, about us and why this project content.

Definition of Done

  • All of the required items are completed.
  • Approval by 1 mentor.

Estimation

[2] hours

Current month section

Description

Add current month section content which is updated with the new months(taking calendar for reference).

Acceptance Criteria

Update [Required]

  • [Add contents in bullets with link and description]
  • [Auto update functionality is imprtant]

Definition of Done

  • All of the required items are completed.
  • Approval by 1 mentor.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.