-
- Downloads
issue #1 - Vue to react
parent
dd98f838
No related branches found
No related tags found
Showing
- .eslintcache 1 addition, 0 deletions.eslintcache
- package-lock.json 16671 additions, 0 deletionspackage-lock.json
- package.json 5 additions, 0 deletionspackage.json
- src/App.css 0 additions, 38 deletionssrc/App.css
- src/App.js 0 additions, 25 deletionssrc/App.js
- src/App.jsx 15 additions, 0 deletionssrc/App.jsx
- src/App.test.js 0 additions, 8 deletionssrc/App.test.js
- src/components/footer/footer.jsx 60 additions, 0 deletionssrc/components/footer/footer.jsx
- src/components/header/header.jsx 56 additions, 0 deletionssrc/components/header/header.jsx
- src/data/blenDB.png 0 additions, 0 deletionssrc/data/blenDB.png
- src/data/c3sl.png 0 additions, 0 deletionssrc/data/c3sl.png
- src/global.css 6 additions, 0 deletionssrc/global.css
- src/index.css 0 additions, 13 deletionssrc/index.css
- src/index.jsx 11 additions, 0 deletionssrc/index.jsx
- src/logo.svg 0 additions, 1 deletionsrc/logo.svg
- src/pages/aboutPage.jsx 126 additions, 0 deletionssrc/pages/aboutPage.jsx
- src/pages/docsPage.jsx 145 additions, 0 deletionssrc/pages/docsPage.jsx
- src/pages/homePage.jsx 117 additions, 0 deletionssrc/pages/homePage.jsx
- src/pages/installPage.jsx 137 additions, 0 deletionssrc/pages/installPage.jsx
- src/pages/tutorialPage.jsx 168 additions, 0 deletionssrc/pages/tutorialPage.jsx
.eslintcache
0 → 100644
package-lock.json
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | @@ -3,11 +3,16 @@ | ... | @@ -3,11 +3,16 @@ |
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"@material-ui/core": "^4.11.3", | |||
"@material-ui/icons": "^4.11.2", | |||
"@testing-library/jest-dom": "^5.11.4", | "@testing-library/jest-dom": "^5.11.4", | ||
"@testing-library/react": "^11.1.0", | "@testing-library/react": "^11.1.0", | ||
"@testing-library/user-event": "^12.1.10", | "@testing-library/user-event": "^12.1.10", | ||
"fontsource-roboto": "^4.0.0", | |||
"mdbreact": "^5.0.1", | |||
"react": "^17.0.1", | "react": "^17.0.1", | ||
"react-dom": "^17.0.1", | "react-dom": "^17.0.1", | ||
"react-router-dom": "^5.2.0", | |||
"react-scripts": "4.0.1", | "react-scripts": "4.0.1", | ||
"web-vitals": "^0.2.4" | "web-vitals": "^0.2.4" | ||
}, | }, | ||
... | ... |
src/App.css
deleted
100644 → 0
src/App.js
deleted
100644 → 0
src/App.jsx
0 → 100644
src/App.test.js
deleted
100644 → 0
src/components/footer/footer.jsx
0 → 100644
src/components/header/header.jsx
0 → 100644
src/data/blenDB.png
0 → 100644
6.82 KiB
src/data/c3sl.png
0 → 100644
5.87 KiB
src/global.css
0 → 100644
src/index.css
deleted
100644 → 0
src/logo.svg
deleted
100644 → 0
src/pages/aboutPage.jsx
0 → 100644
src/pages/docsPage.jsx
0 → 100644
src/pages/homePage.jsx
0 → 100644
src/pages/installPage.jsx
0 → 100644
src/pages/tutorialPage.jsx
0 → 100644