Skip to content

Commit

Permalink
Added header with some navigation using Router Link etc also practice…
Browse files Browse the repository at this point in the history
… with Tailwind and React
  • Loading branch information
FredH2O committed Dec 19, 2024
1 parent 3bdeb7b commit 89e6382
Show file tree
Hide file tree
Showing 13 changed files with 481 additions and 8 deletions.
293 changes: 292 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"react-router-dom": "^7.0.2"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
Expand Down
Binary file added public/images/heroImage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/moonwayLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/vite.svg

This file was deleted.

Loading

0 comments on commit 89e6382

Please sign in to comment.