Skip to content

This is a basic web application developed as part of my React tutorial to understand the fundamental functionalities of React. The web app covers various topics, and the development process has been inspired by the excellent tutorials provided by CodeWithHarry.

Notifications You must be signed in to change notification settings

lekhok/react-textUtil

Repository files navigation

Introduction

This is a basic web application developed as part of my React tutorial to understand the fundamental functionalities of React. The web app covers various topics, and the development process has been inspired by the excellent tutorials provided by CodeWithHarry.

This web application is designed to serve as a hands-on tutorial for learning React. It covers various basic functionalities and concepts of React, including components, state management, event handling, and more. The tutorial is suitable for beginners and aims to provide a solid foundation in React development.

Changes from Tutorial

Implementation of Typescript (Tutorial uses Javascript)
Minor Code Optimizations
BOOTSTRAP: bg-dark from tut was decrepitated in 5.3.0 , using data-bs-theme="dark" / data-bs-theme="light" on parent wrapper
Compiled with Vite, tutorial has Create-React-App
Implemented time read in seconds and minutes -> to be displayed in round off seconds (1 second) and minutes are rounded off upto 2 decimal places accuracy
Added paste from clipboard functionality
Uses React-hot-toast
Uses updated React-Router-Dom

Features

Introduction to React components
Understanding and managing component state
Event handling in React
Creating and styling basic web pages
Building a simple form with React
Rendering lists and conditional content
... and more!

Technologies Used

React
HTML5
CSS3
Typescript
Node.js
npm

Acknowledgements

I would like to express my sincere gratitude to CodeWithHarry for providing exceptional tutorials on React. Their clear explanations and well-structured content have been instrumental in creating this tutorial web application. I highly recommend their tutorials to anyone interested in learning React and web development.

About

This is a basic web application developed as part of my React tutorial to understand the fundamental functionalities of React. The web app covers various topics, and the development process has been inspired by the excellent tutorials provided by CodeWithHarry.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published