Skip to content

A basic calculator to practice using React Hooks and Styled Components

Notifications You must be signed in to change notification settings

andybflynn/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

A basic calculator to practice using React hooks and Styled Components.

To run:

  • npm install
  • npm start // Runs http-server on port 8080

To develop:

This project uses parcel.js. If you don't have parcel.js:

  • npm install -g parcel-bundler

Then:

  • npm install
  • npm run start:dev // Runs parcel dev server with hot reloading

About

A basic calculator to practice using React Hooks and Styled Components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published