Skip to content

A no-frills, simple exercise on React fundamentals.

ReadRandom/practise-react-with-me

 
 

Repository files navigation

practise-react-with-me

A no-frills, simple exercise on React fundamentals. It is composed of four simple parts with basic tests.

  • Part 1 Importing and Exporting
  • Part 2 Passing Properties
  • Part 3 Updating State and Handling Events
  • Part 4 Interacting with an API

Getting Started

  1. Fork this repo and create a local clone of the fork.
  2. Install dependencies
npm install
  1. To start the application locally, run these commands to build a development mode version.
npm start
  1. For testing, you run the below commands to test all, or the second command to test a particular file
npm test
npm test <file name>

Contributing

Pull requests are welcome.

About

A no-frills, simple exercise on React fundamentals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.8%
  • CSS 5.2%