Showing
- package-lock.json 290 additions, 0 deletionspackage-lock.json
- package.json 3 additions, 0 deletionspackage.json
- src/App.js 14 additions, 16 deletionssrc/App.js
- src/components/Navbar/NavbarElements.js 53 additions, 0 deletionssrc/components/Navbar/NavbarElements.js
- src/components/Navbar/index.js 29 additions, 0 deletionssrc/components/Navbar/index.js
- src/pages/CoinFlip.js 14 additions, 0 deletionssrc/pages/CoinFlip.js
- src/pages/Home.js 14 additions, 0 deletionssrc/pages/Home.js
... | ... | @@ -8,7 +8,10 @@ |
"@testing-library/user-event": "^13.5.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-icons": "^4.8.0", | ||
"react-router-dom": "^6.8.2", | ||
"react-scripts": "5.0.1", | ||
"styled-components": "^5.3.8", | ||
"web-vitals": "^2.1.4" | ||
}, | ||
"scripts": { | ||
... | ... |
src/components/Navbar/NavbarElements.js
0 → 100644
src/components/Navbar/index.js
0 → 100644
src/pages/CoinFlip.js
0 → 100644
src/pages/Home.js
0 → 100644