Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siumauricio/portfolio
Simple and minimalist portfolio using Nextjs and NextUI.
https://github.com/siumauricio/portfolio
blog next-ui nextjs portfolio react template
Last synced: 12 days ago
JSON representation
Simple and minimalist portfolio using Nextjs and NextUI.
- Host: GitHub
- URL: https://github.com/siumauricio/portfolio
- Owner: Siumauricio
- Created: 2022-09-29T03:26:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T20:45:18.000Z (4 months ago)
- Last Synced: 2024-10-11T12:09:22.014Z (28 days ago)
- Topics: blog, next-ui, nextjs, portfolio, react, template
- Language: TypeScript
- Homepage: https://portfolio-de3p.vercel.app/
- Size: 4.16 MB
- Stars: 42
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextJS and NextUI Portfolio
You can deploy here directly to vercel [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/Siumauricio/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](./public/pic.png)
- 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.