kzhang01 / web-dev-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Dev Workshop (slides here)

This project was bootstrapped with Create React App.

To run this app in development mode, run npm start in your terminal after navigating to the project folder.

Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Exercises

To familiar yourself with React, here are some additions you can make to this starter code:

  • Styling (practice your CSS skills!)
  • Button to decrement the value
  • Check value before incrementing/decrementing
    • ex. Maybe we only want values between 0 - 10
  • Error message when incrementing/decrementing to a value outside our range

If none of these pique your interest, you can try any other features you'd like!

Contributions

Contributions are encouraged! If you do any of the exercises above or just find a typo somewhere, follow these instructions:

  • Fork this repository
  • Clone your fork to your local machine
  • Make your changes
  • git add .
  • git commit -m <description of what changes you've made>
  • git push
  • Open a pull request and add me as a reviewer so I can look over your changes and merge them into the codebase

If you have any questions or concerns, feel free to contact me at karina.zhang@nyu.edu

About


Languages

Language:JavaScript 49.0%Language:HTML 32.2%Language:CSS 18.8%