UdacityMobileWebScholarship / guess-quote

This application is a collaborative project made by the Google Udacity Mobile Web Specialist Scholars.
MIT License
22 stars 48 forks source link

Added Next Button Component #65

Closed PN1019 closed 3 years ago

PN1019 commented 6 years ago

Well, As discussed on issue, i have created NextButton Component nextbutton

twishasaraiya commented 6 years ago

@PN1019 Please create a separate folder inside the Components folder like NextButton. Inside that folder create

/module 
  index.js
  NextButton.js
  NextButton.css

file. Inside the index.js add the following.

export NextButton from './NextButton';

and in the NextButton.js add your code. Please add proper styles from as per our UI Designs.

skyshader commented 6 years ago

This PR doesn't add anything to the goal of this project. To make it more relevant, please attach some behaviour to it, like actually going to the next screen for certain number of screens and when reached at the end, disable it.

twishasaraiya commented 6 years ago

@PN1019 I think you can work on nextButton and AnswerComponent since the PR for QuoteNOptionComponent is merged.

PN1019 commented 3 years ago

Since the project is no longer active I am closing this PR.