Skip to content

khumair/Redux-Counter-Demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux Demo

Make a counter App with Redux

  • Display the count at 0
  • Button to increase count by 1
  • Button to decrease count by 1
  • User can type a number in an input field. On submit will return the result of count * input number
  • All state will be stored in redux

Language

Current setup is in typescript. Converting to javascript is possible. However the final project should be in typescript.

Folder Structure

Follow the guides in redux folder.

Styling

The project purpose is to demonstrate the redux flow, minimal styling will suffice

About

This project is created as an assignment for group 4 members

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.0%
  • HTML 20.8%
  • CSS 11.2%