Skip to content

Commit

Permalink
Navbar for both Monitor and Mobile screen. (#230)
Browse files Browse the repository at this point in the history
Made a Responsive Navbar which allows to redirect from one page to
another page

For Mobile Screen :

![Screenshot
(207)](https://user-images.githubusercontent.com/95937722/233789194-d9439c39-fd5a-4fd5-8945-40eaa0878974.png)

For Monitor Screen 👍 
![Screenshot
(201)](https://user-images.githubusercontent.com/95937722/233789234-8d9dc520-5250-455a-a458-682633415669.png)

Using Material UI and Tailwind .

---------

Co-authored-by: Priyankar Pal <[email protected]>
  • Loading branch information
HarshPanchal26 and priyankarpal authored Apr 22, 2023
1 parent b240e9f commit 47d6088
Show file tree
Hide file tree
Showing 9 changed files with 2,048 additions and 99 deletions.
1,066 changes: 1,028 additions & 38 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,21 @@
}
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.1",
"@mui/styled-engine-sc": "^5.12.0",
"ci": "^2.2.0",
"husky": "^8.0.3",
"process": "^0.11.10",
"react": "^18.2.0",
"react-clamp-lines": "^3.0.3",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-router-dom": "^6.10.0"
"react-router-dom": "^6.10.0",
"styled-components": "^5.3.9"
},
"devDependencies": {
"@types/react": "^18.0.37",
Expand Down
Loading

1 comment on commit 47d6088

@vercel
Copy link

@vercel vercel bot commented on 47d6088 Apr 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

projectshut – ./

projectshut.vercel.app
projectshut-git-main-priyankarpal.vercel.app
projectshut-priyankarpal.vercel.app

Please sign in to comment.