Initial commit
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
db.json
0 → 100644
eslint.config.js
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | ||
| "name": "todo", | ||
| "private": true, | ||
| "version": "0.0.0", | ||
| "type": "module", | ||
| "scripts": { | ||
| "dev": "vite", | ||
| "build": "vite build", | ||
| "lint": "eslint .", | ||
| "preview": "vite preview" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^1.9.0", | ||
| "react": "^19.1.0", | ||
| "react-dom": "^19.1.0", | ||
| "react-icons": "^5.5.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@eslint/js": "^9.25.0", | ||
| "@types/react": "^19.1.2", | ||
| "@types/react-dom": "^19.1.2", | ||
| "@vitejs/plugin-react": "^4.4.1", | ||
| "eslint": "^9.25.0", | ||
| "eslint-plugin-react-hooks": "^5.2.0", | ||
| "eslint-plugin-react-refresh": "^0.4.19", | ||
| "globals": "^16.0.0", | ||
| "vite": "^6.3.5" | ||
| } | ||
| } |
public/vite.svg
0 → 100644
src/API/Api.js
0 → 100644
src/App.jsx
0 → 100644
src/Form/form/Index.jsx
0 → 100644
src/Form/form/Styles.css
0 → 100644
src/Form/form/styles.module.css
0 → 100644
src/Layout/Card/Index.jsx
0 → 100644
src/Layout/Card/Styles.css
0 → 100644
src/Layout/Card/styles.module.css
0 → 100644
src/assets/react.svg
0 → 100644
src/components/base/checkbox/Index.jsx
0 → 100644
src/global.css
0 → 100644
src/index.css
0 → 100644
src/main.jsx
0 → 100644
src/todo/List/Index.jsx
0 → 100644
src/todo/List/styles.module.css
0 → 100644
src/todo/todolist/Index.jsx
0 → 100644
src/todo/todolist/styles.module.css
0 → 100644
src/top-level/Todo/TodoList/Index.jsx
0 → 100644
src/top-level/Todo/TodoList/List/Index.jsx
0 → 100644
src/top-level/Todo/TodoList/styles.css
0 → 100644
vite.config.js
0 → 100644
Please
register
or
sign in
to comment