Skip to content

ReactRangers/rr-newsletter-junior-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Rangers Newsletter Junior #2

This project was bootstrapped with Create React App. See the official guide to learn more about this tool.

Welcome to another one in the series of React tasks that we send periodically to the subscribers of our official newsletter! If you'd also like to challenge your React programming skills and get professional code review, we'll be very happy to see you sign up!

Running

Make sure you run npm install first to install the dependencies.

npm start

The task

Implement a component containing ThreeButtons in src/ThreeButtons.js. Every button should have its own individual numeric value in their label (aka the button's number). Clicking a button changes its number like so:

  • Button #1 → increases its number by 3
  • Button #2 → reduces its number by 7
  • Button #3 → changes its number to current sum of button #1 and button #2

The initial value of each button should be 0.

Submission deadline for code review: July 24th, 2018.

The process

Here's a step by step process to get your code reviewed by a member of React Rangers:

  1. Fork this public repository using your GitHub account.
  2. Commit and push your code to your forked repository.
  3. Submit a pull request to the original repository by the deadline.
  4. React Rangers member is going to submit insightful comments to your code.

If your new to Git or GitHub, check out this awesome tutorial to get started!

Good luck!

Learn more about React Rangers at https://www.react-rangers.com/.

About

React Rangers Newsletter Junior #2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published