This is simple React App for Beginners to understand the Concept of React Context API , this project is being build with local storage, with the help of useEffect hook.This project also Consist od theme Switching options for easy readibility during day/night time.
Many Extra packages are used in this todo app like
- ✔️ react-icons: Icons used in the Project
- ✔️ reactstrap: It's Bootstap For React Projects
- ✔️ uuid: For pravidong unique Id to each todo task
- ✔️ bootstrap: this is needed to run reactstrap components
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
- Click on 🔆 to switch into Light Mode
- Click on 🌜 to switch into Dark Mode
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
✅Feel Free to add more Features to this todo, Just Raise an Issue and then create a pull request to get your pull request merged. if you like this concept of Todo With help of Context API and Local Storage don't forget to ⭐(star) this repository.
🚩In case of any Issues while running the project, Create new React App by npx create-react-app appname
and install all dependencies npm i reactstrap bootstrap uuid react-icons
, and then replace src file of this repo with newly created app.