Skip to content

This is the exercise app for first chapter of book "Fullstack Reack" by fullstack.io

Notifications You must be signed in to change notification settings

mimukit/react-voting-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Voting app

This is the exercise app for first chapter of book "Fullstack Reack" by fullstack.io

React voting app

Exercises completed

  • Add down-voting capability to each Product. You can insert a down arrow with this

  • Add a “sort direction” button to the top of ProductList, above all the products. It should enable the user to toggle sorting products by ascending or descending.

Running the app

  1. Ensure you have npm installed.

Follow the instructions for your platform here.

  1. Install http-server
npm install
  1. Boot the HTTP server
npm run server

The server is now running at localhost:3000

About

This is the exercise app for first chapter of book "Fullstack Reack" by fullstack.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published