Skip to content

The LettersCalculator component allows users to enter a phrase, and it dynamically counts the number of letters typed. The UI is styled with responsive CSS, and the count updates automatically as users type.

Notifications You must be signed in to change notification settings

Mukulpal6050/Letter-Calculator

Repository files navigation

In this project, let's build a Letters Calculator by applying the concepts we have learned till now.

Refer to the image below:


letters-calculator-output

Design Files

Click to view

Set Up Instructions

Click to view
  • Download dependencies by running npm install
  • Start up the app using npm start

Completion Instructions

Functionality to be added

The app must have the following functionalities

  • When a non-empty value is provided in the input, then the count of letters provided should be displayed
Implementation Files

Use these files to complete the implementation:

  • src/components/LettersCalculator/index.js
  • src/components/LettersCalculator/index.css

Quick Tips

Click to view
  • You can use the below outline CSS property for buttons and input elements to remove the highlighting when the elements are clicked

      outline: none;
    

Resources

Image URLs
Colors
Hex: #1d976c
Hex: #93f9b9
Hex: #ffffff
Hex: #e4e7eb
Hex: #219a6f
Font-families
  • Roboto

Things to Keep in Mind

  • All components you implement should go in the src/components directory.
  • Don't change the component folder names as those are the files being imported into the tests.
  • Do not remove the pre-filled code
  • Want to quickly review some of the concepts you’ve been learning? Take a look at the Cheat Sheets.

About

The LettersCalculator component allows users to enter a phrase, and it dynamically counts the number of letters typed. The UI is styled with responsive CSS, and the count updates automatically as users type.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published