Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.14 KB

README.md

File metadata and controls

62 lines (37 loc) · 1.14 KB

TextUtils - Text Editor

TextUtils is an amazing cool online web based text editor made with react.JS

Features

  • dark/dark mode toggle
  • Uppercase & lowercase the given sentence
  • Add or remove extra spaces
  • Word to number
  • User alert system
  • Reverse the given sentence
  • Copy and clear buttons for mobile devices
  • Cross platform responsive

Installation

Download the repository by running following command in Git CLI

  gh repo clone itfeelsharsh/react-textutils

Install node module files by running this command in console

  npm install

Start the server to run locally by running this command in console

  npm run start

open the source code with visual studio code and edit it the way you like.

Screenshots

  • Dark mode toggle

  • Text summary

  • Full screenshot

Lessons Learned

  1. Basics of React.js
  2. Props in react
  3. Basics of React Router and how to setup it
  4. Some more javascript