Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishishtkapoor/nextjs-portfolio
https://github.com/vishishtkapoor/nextjs-portfolio
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vishishtkapoor/nextjs-portfolio
- Owner: vishishtkapoor
- Created: 2023-09-17T15:58:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-23T17:54:41.000Z (over 1 year ago)
- Last Synced: 2024-04-23T14:05:40.912Z (9 months ago)
- Language: TypeScript
- Size: 3.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextJS and NextUI Portfolio
This is a template for NextJS and NextUI.
[NextJS](https://nextjs.org/)
[NextUI](https://nextui.org/)You can see the demo here: https://portfolio-de3p.vercel.app/
![Dashboard Dark Mode]
- About Section
- Projects Section
- Dark Mode Support
- Full Responsive
- Blog section (coming soon)```
├── components
│ ├── animations # Base animations for screens
│ ├── content # Content for each section
│ ├── footer # Footer component
| ├── icons # Icons for the project
| ├── layout # Layout components
| ├── navbar # Navbar component
| ├── styles # Some reusable components
├── pages # Documentation files
│ ├── _app.tsx # Entry point for the app
│ ├── index.tsx # About page
│ ├── projects.tsx # Projects Page
│ ├── blog.tsx # Blog Page
│ ├── more... # Soon
└──
```
## For RunInstall dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```Now you can visit https://localhost:3000 in your browser.