-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
408dd9e
commit 61ae53c
Showing
1 changed file
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,20 @@ | ||
# React + Vite | ||
# To Do Application 📝 | ||
|
||
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. | ||
- Made this app with react while learning it. | ||
- Aim was to get a good grasp on the following: | ||
- reusable react components | ||
- better idea of useState and useEffect Hooks | ||
- connect the parent and child component and passing the parameters and arguments eshtabilising good connection | ||
- Using the Time and data object properly that updates time every sec | ||
- storing the entered data in local storage of browser which appears even after refreshing the page | ||
|
||
Currently, two official plugins are available: | ||
|
||
|
||
It was sort of overwhelming for beginner like me but it was fun creating this project ❤️ | ||
|
||
### Special Thanks to 🙌: | ||
- [Chai Aur Code-React]( https://youtu.be/FxgM9k1rg0Q?si=v-jv_GvMPbifpGWS) | ||
- [Technical Thapa](https://www.youtube.com/@ThapaTechnical) | ||
|
||
for their awesome youtube playlist of react!💕 | ||
|
||
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh | ||
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh |