Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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