Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ixahil/personal-portfolio
Portfolio Application built using Next.js utilizind services and database from AppWrite
https://github.com/ixahil/personal-portfolio
appwrite nextjs14
Last synced: 13 days ago
JSON representation
Portfolio Application built using Next.js utilizind services and database from AppWrite
- Host: GitHub
- URL: https://github.com/ixahil/personal-portfolio
- Owner: ixahil
- Created: 2024-10-02T12:11:53.000Z (about 1 month ago)
- Default Branch: production
- Last Pushed: 2024-10-23T14:16:51.000Z (13 days ago)
- Last Synced: 2024-10-23T16:44:44.007Z (13 days ago)
- Topics: appwrite, nextjs14
- Language: TypeScript
- Homepage: https://www.sahildev.pro/
- Size: 924 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Application
Welcome to my Portfolio Application repository! This project showcases my skills and projects, built using Next.js and powered by AppWrite for backend services and database management.
## About
This Portfolio Application is designed to highlight my work and provide a seamless user experience. It utilizes Next.js for its robust frontend capabilities and AppWrite for backend services, ensuring a smooth and efficient application.
## Live LinkVisit my live portfolio: [www.sahildev.pro](http://www.sahildev.pro)
## Tech Stack
- **Client:** Next.js 14, React, TailwindCSS, AppWrite Client
## Run Locally
1. Clone/Fork and Install the dependency
```bash
git clone https://github.com/ixahil/personal-portfoliocd personal-porfolio
npm install
```2. Add Environments
```bash
NEXT_PUBLIC_APPWRITE_ENDPOINT = #ENDPOINT to your Appwrite#
NEXT_PUBLIC_APPWRITE_PROJECT = #APPWRITE Project ID#
NEXT_APPWRITE_KEY = #APPWRITE SECRET KEY#
```3. Start the server
```bash
npm run start
```## Authors
- [@ixahil](https://github.com/ixahil)