Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions Projects/Avinash Gorakala/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
25 changes: 25 additions & 0 deletions Projects/Avinash Gorakala/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<h1 align="center">Todo React App 📝</h1>
<p align="center">
🖊️ A simple Todo App built using <a href="https://reactjs.org/">React</a> and <a href="https://mantine.dev/">Mantine UI</a>
</p>

## This is a super simple Todo App built using React.js and styled using Mantine UI.

You can view a live demo of the project here: https://javascriptbear.github.io/todo_react_app/
Or, you can watch this video demo

### **(Most likely outdated, its reccomeneded you check out the live demo!)**

https://user-images.githubusercontent.com/109053279/178185429-8de77574-cc2f-429f-8c4e-b1ed9f290894.mp4

## 😃 Features:

- ➕ Add todos
- 🗑️ Delete todos
- ⏸ Save todos to Local Storage when the state changes
- ▶️ Load the todos from Local Storage when the site is loaded again
- 🌙 Light \ dark mode toggle

<p align="center">
❤️ Feel free to create issues and contributions for features or bugs to this project.
</p>
Loading