This is a project developed with the purpose of learning react and javascript and to build something from it.
This word app will allow the user to write text and convert the whole text in uppercase or lowercase as required. It will also count the caracters and word entered in the textbox.
To increase it's beauty there is also dark mode option which will change the colour of the interface and enable dark mode.
- REACT
- It is a javascript framework that is used to build single page applications. This single page application makes the website fast to load and there is less communication of data from server
- Tailwind CSS
- It is utility-first CSS framework that makes us easy to design our website as there is no need of writing all css codes all the css work can be done by just adding class name.