GauriKashyap / textUtilis

TextUtilis is a react based text editor application.
https://text-utilis-one.vercel.app/
1 stars 9 forks source link

Add a functionality to the "Convert to Upper Case" button. #4

Open GauriKashyap opened 1 year ago

GauriKashyap commented 1 year ago

The Buttons in our text editor are not functioning, hence we need to add some sort of support to them in order to make them work as per their requirement.

Scentjuls commented 1 year ago

Kindly assign this to me @GauriKashyap

brownboy3047 commented 1 year ago

@GauriKashyap can i work on this? kindly assign this to me

hitaarthh commented 1 year ago

This issue is open for all. As the label suggests this issue focuses on feature enhancement, and aims at enhancement

brownboy3047 commented 1 year ago

@hitaarthh thanks for the information...i want to ask a question, i try running the program on my localhost using npm start and nothing happened.. i want to ask do i need to start run npm install before running it on my localhost

hitaarthh commented 1 year ago

@hitaarthh thanks for the information...i want to ask a question, i try running the program on my localhost using npm start and nothing happened.. i want to ask do i need to start run npm install before running it on my localhost

Yes once you have node and npm installed you need to run "npm run start" to host the website on the localhost.