initial commit
Showing
.gitignore
0 → 100644
README.md
0 → 100644
db.json
0 → 100644
index.html
deleted
100644 → 0
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": "myproject", | |||
"version": "0.1.0", | |||
"private": true, | |||
"dependencies": { | |||
"@testing-library/jest-dom": "^5.17.0", | |||
"@testing-library/react": "^13.4.0", | |||
"@testing-library/user-event": "^13.5.0", | |||
"json-server": "^0.17.3", | |||
"react": "^18.2.0", | |||
"react-dom": "^18.2.0", | |||
"react-icons": "^4.10.1", | |||
"react-router-dom": "^6.15.0", | |||
"react-scripts": "5.0.1", | |||
"web-vitals": "^2.1.4" | |||
}, | |||
"scripts": { | |||
"start": "react-scripts start", | |||
"build": "react-scripts build", | |||
"test": "react-scripts test", | |||
"eject": "react-scripts eject", | |||
"server": "json-server --watch db.json --port 5000 --host 192.168.1.91" | |||
}, | |||
"eslintConfig": { | |||
"extends": [ | |||
"react-app", | |||
"react-app/jest" | |||
] | |||
}, | |||
"browserslist": { | |||
"production": [ | |||
">0.2%", | |||
"not dead", | |||
"not op_mini all" | |||
], | |||
"development": [ | |||
"last 1 chrome version", | |||
"last 1 firefox version", | |||
"last 1 safari version" | |||
] | |||
} | |||
} |
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
public/logo192.png
0 → 100644
5.22 KB
public/logo512.png
0 → 100644
9.44 KB
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
src/About.js
0 → 100644
src/App.js
0 → 100644
src/Button.js
0 → 100644
src/Footer.js
0 → 100644
src/Form.js
0 → 100644
src/Header.js
0 → 100644
src/Task.js
0 → 100644
src/Tasks.js
0 → 100644
src/index.css
0 → 100644
src/index.js
0 → 100644
src/reportWebVitals.js
0 → 100644
style.css
deleted
100644 → 0