Skip to content

Events Portal made for DJSCOE. Made using React Native framework with Unicode. This repo is forked from djunicode/dj-events-portal

License

Notifications You must be signed in to change notification settings

AdithyaSanyal/dj-events-rn

 
 

Repository files navigation

dj-events-rn

react-native project for DJ Events app

Contribution Guidelines

  1. Fork this repo
  2. Clone your forked repo git clone
  3. Add the main unicode repo as upstream git remote add upstream {url}
  4. Make your changes and push to your(forked) repo.
  5. Create a pull request from github to main unicode repo.

To get some changes from unicode repo git pull upstream

NOBODY SHOULD DIRECTLY PUSH TO THE UNICODE REPO.

There will be 2 branches

  • main
  • prod

Apart from the 2 branches above you can create as many branches as you want.

NOBOBY SHOULD MAKE PULL REQUEST TO MAIN BRANCH. All changes should be made to prod.

Folder structure

src
 |- screens (screen lvl components)
 |- controllers (business logic)
 |- config (configuration file e.g colors etc)
 |- components (helper components)

Apart from this you can create any folders if you want.

About

Events Portal made for DJSCOE. Made using React Native framework with Unicode. This repo is forked from djunicode/dj-events-portal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 39.2%
  • Objective-C 28.0%
  • JavaScript 24.0%
  • Ruby 5.0%
  • Starlark 3.8%