Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 1.21 KB

README.md

File metadata and controls

14 lines (14 loc) · 1.21 KB

WORD APP PROJECT

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.

This project is build using

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.
REACT ROUTER DOM
It is a useful library used to redirect pages as we do in HTML with the help of tag. Since, REACT is used to develop single page applications and we need to redirect pages so react router dom is used for this purpose