Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakesh9100 authored Jun 4, 2024
1 parent 7b40193 commit f95a563
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions Calculators/Sentence-Counter-Calculator/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
# Sentence Counter Calculator
# <p align="center">Sentence Counter Calculator</p>

This is a simple web-based tool that counts the number of sentences in a given text. It's created using HTML, CSS, and JavaScript.
## Description :-

## How to Use
This is a simple web-based tool that counts the number of sentences in a given text.

1. Open the `index.html` file in a web browser.
2. Enter or paste your text into the provided text area.
3. Click the "Check for Number of Sentences" button.
4. The tool will display the total number of sentences in the text.
## Tech Stacks :-

## Files Included
- HTML
- CSS
- JavaScript

- `index.html`: The main HTML file containing the structure of the web page.
- `style.css`: The CSS file for styling the web page.
- `script.js`: The JavaScript file containing the logic for counting sentences.
## Screenshots :-

## Technologies Used

- HTML: For the structure of the web page.
- CSS: For styling the web page and enhancing its visual appearance.
- JavaScript: For implementing the logic to count sentences.
![image](https://github.com/Rakesh9100/CalcDiverse/assets/73993775/846580f6-6a0a-4302-9af3-05404203f7fe)

0 comments on commit f95a563

Please sign in to comment.