Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 548 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 548 Bytes

Sample React Projects

counter-app:

App created using React and Redux.

counter-app-react:

App created using React only.

form-app:

App created using React only. Contains all scenario for form inputs.

movie-app:

App created using React and Redux. Data will be fetched from an API. User can search any movie name. Movies will be displayed.

to-do-list:

App created using React only.

random-box:

App created using React CDN, not create-react-app

login-form-app:

App created using React, Redux and React-Router.