Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashraful-malik/inspirefolio
Welcome to the Portfolio Showcase project! This web application is designed to provide a seamless and intuitive interface for showcasing your projects
https://github.com/ashraful-malik/inspirefolio
inspirefolio next portfolio-site reactjs tailwindcss
Last synced: 20 days ago
JSON representation
Welcome to the Portfolio Showcase project! This web application is designed to provide a seamless and intuitive interface for showcasing your projects
- Host: GitHub
- URL: https://github.com/ashraful-malik/inspirefolio
- Owner: Ashraful-malik
- Created: 2024-11-16T14:27:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T14:22:39.000Z (3 months ago)
- Last Synced: 2025-01-21T01:51:41.948Z (24 days ago)
- Topics: inspirefolio, next, portfolio-site, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://inspirefolio.vercel.app
- Size: 298 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Showcase (InspireFolio)
A simple Next.js app to showcase your portfolio projects.
## Features
- Upload images to Cloudinary
- Submit projects with title, description, and image
- View submitted projects on the homepage
- Admin page to approve or delete projects## Tech Stack
- Next.js
- React
- Appwrite
- Cloudinary
- Tailwind CSS## Getting Started
1. Clone the repository
2. Install dependencies with `npm install`
3. Set up environment variables in `.env.local` (see `.env.example`)
4. Run the development server with `npm run dev`
5. Open [http://localhost:3000](http://localhost:3000) in your browser## Environment Variables
The following environment variables are required:
- `APPWRITE_ENDPOINT`
- `APPWRITE_API_KEY`
- `CLOUDINARY_CLOUD_NAME`
- `CLOUDINARY_API_KEY`
- `CLOUDINARY_API_SECRET`See `.env.example` for an example of the format.
Here's a short introduction you can use for your GitHub repository:# Portfolio Showcase