Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 586 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 586 Bytes

This app is made with react using hooks and state management.

View the states

To view the states on browser refer https://github.com/reduxjs/redux-devtools

Some features

The heading are rendered on the basis of screen width. As we know Font-size:24px specify the height of the font not width. So to adjustt a heading in a single line . there is a helper script which calculates the fontsize for given text width.

The On click scrolling animation is also created by a script .

Find the utility script in src/utils.

This project is also hosted on 3.133.197.50:3000