Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamdipankarpaul/todo_app_react
https://github.com/iamdipankarpaul/todo_app_react
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamdipankarpaul/todo_app_react
- Owner: iamdipankarpaul
- Created: 2023-12-21T18:01:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T20:21:48.000Z (about 1 year ago)
- Last Synced: 2024-11-11T14:10:34.555Z (2 months ago)
- Language: JavaScript
- Homepage: https://todo-app-react-topaz.vercel.app
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App React
## Folder Structure
```bash
📦src
┣ 📂components
┃ ┣ 📜CompletedTodoList.jsx
┃ ┣ 📜Intro.jsx
┃ ┣ 📜ListButtons.jsx
┃ ┣ 📜NavBar.jsx
┃ ┣ 📜TodoForm.jsx
┃ ┗ 📜TodoList.jsx
┣ 📜App.jsx
┣ 📜helperFns.js
┣ 📜index.css
┗ 📜main.jsx
```