Git Product home page Git Product logo

reactchallenges's Introduction

ReactChallenges

EASY CHALLENGES:

Following projects built using CRA:

  1. classiccounter
  2. progressbar - See for HTML progress bar element
  3. selectallcheckboxes - See how onChange is passed with param in the JSX and why .map method needs to return obj
  4. submitmessages - great example of onKeyDown event using Shift and Enter key, then also adding to prev state array using ...

npm run start to check the browser output: localhost:3000

for running tests, npm test

Following projects built using Vite: 5. tempconverter - great example of vite tests

npm run dev

Run http://localhost:5173/ in browser

For Vite test setup refer to this link: works great

https://www.robinwieruch.de/vitest-react-testing-library/

npm test => This will run vitest

INTERMEDIATE CHALLENGES:

  1. Reaction Game - great example for useRef hook
  2. LabelFilter - great example for Object.values (loop within loop)
  3. ValidateForm - great example of using an object (setPerson) for form-level validation and Javascript map collection. See setState of errors especially
  4. togglethemecustomhook - great example for simple custom hook

ADVANCED CHALLENGES:

  1. SquidGame - Still in progress -todo red alert, etc

reactchallenges's People

Contributors

pkkht avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.