This is a practice project to learn JavaScript string methods and DOM manipulation. Users can input a string and see transformations such as:
- Uppercase
- Lowercase
- First character
- Checking for "hello"
- Slicing the first 5 characters
- Replacing characters
- Splitting words into an array
The results are displayed dynamically on the webpage using DOM queries. The project also includes basic CSS styling for a better user experience.
index.html— HTML structurestyle.css— CSS for stylingscript1.js— JavaScript for string manipulation and DOM interaction