This project demonstrates the creation of a developer portfolio website using the NeXuS Stack, which consists of Next.js, Xata, and shadcn/ui. The portfolio website serves as a platform to showcase your skills, projects, and blog posts.
- Next.js: A React framework for building dynamic websites.
- Xata: A Serverless Data Platform for managing data and blog posts.
- shadcn/ui: A UI library with reusable components for fast web development.
- Xata Integration: Utilizes Xata to manage dynamic data, including blog posts and their views.
- Custom Admin Panel: Develops a custom admin panel using Xata for easy addition of new blog posts.
- File Attachment Plugin: Implements a plugin to upload and manage images in blog posts using Xata's File Attachment feature.
- Clone the repository:
git clone https://github.com/ishaanbedi/nexus-developer-portfolio.git
- Install dependencies:
npm install
- Configure Xata credentials and settings.
- Run the development server:
npm run dev
Follow the tutorial to set up your developer portfolio website using the NeXuS Stack. Customize it to showcase your skills and projects effectively.
This project is open-source and available under the MIT License.
Enjoy creating your NeXuS Developer Portfolio!