bogas04 / MVP-Generator

🦄 App that generates apps, sort of.
MIT License
8 stars 1 forks source link

Planned updates for Skeleton (Phase 1) #1

Open bogas04 opened 8 years ago

bogas04 commented 8 years ago
bogas04 commented 8 years ago

@akanshi you can work on PhotoGallery @chitra17 you can work on User (User profile like you see in Zomato)

Please create a separate branch and make changes there. Don't push commits to master.

# create a new branch and move to it
git checkout -b branchNameOfYourChoice
# make changes and test
touch bla.js
# push changes to your branch
git add .
git commit -m "bla"
git push origin branchNameOfYourChoice

# to return to master branch
git checkout master
# to return to your branch
git checkout branchNameOfYourChoice
akanshi commented 8 years ago

Photo gallery

https://www.npmjs.com/package/react-image-gallery http://leandrowd.github.io/react-responsive-carousel/ https://github.com/akiran/react-slick -- pause on hover wala in this

bogas04 commented 8 years ago

@akanshi @chitra17 work on

Manage time for both. Thanks!

bogas04 commented 8 years ago

React Native Applications