Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamdipankarpaul/todo_app_react


https://github.com/iamdipankarpaul/todo_app_react

Last synced: 1 day ago
JSON representation

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
```