Skip to content

TextUtils is a React website to play with the words and manipulate them

Notifications You must be signed in to change notification settings

aggarwalsejal/Textutils-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot 2023-08-04 at 11 20 13 PM

😄 TextUtils is a React website to play with the words and manipulate them 😄

❤️ Visit the website and try it once https://textutils.aggarwalsejal.com/ ❤️

📑 What’s In This Document

👉 Pre-requisite to run React

Install Node.js and npm in the local machine. Use this docuementation for info and set up steps.

🚀 How to create your first React App

1️⃣ Create a folder for React Project

2️⃣ Open IDE for that folder

3️⃣ Run the ⬇️ command in terminal

npx create-react-app my-app
cd my-app
npm start

Read this documentation for more details

🔖 Script require to run the project

  • For Bootstrap, add Script for Javascript and CSS

  • In the project directory, you have the following scripts to run:

    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
    

    npm start

          Runs the app in the development mode.
          The page will reload when you make changes. You may also see any lint errors in the console.

    npm test

          Launches the test runner in the interactive watch mode.
          See the section about running tests for more information.

    npm run build

          Builds the app for production to build folder. It correctly bundles React in production mode and optimizes build for best performance.

          The build is minified and the filenames include the hashes.
          Your app is ready to be deployed!

          See the section about deployment for more information.

    👀 Where to see the running project

    Open http:https://localhost:3000 to view it in your browser.

    For more details, use this link

    💥 React Packages Used

    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.14.2",
    "react-scripts": "5.0.1",
    "react-toastify": "^9.1.3",
    "web-vitals": "^2.1.4"
    

    To read more about,

    • react-router-dom, follow this link
    • react-toastify, follow this link

    About

    TextUtils is a React website to play with the words and manipulate them

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published