Home

Awesome

<div align="center">

๐ŸŒŸ ELIZA'S LIST

A curated discovery platform for developer projects, built with Next.js 14

Next.js TypeScript Prisma License

Demo ยท Report Bug ยท Request Feature

</div>

โœจ Features

๐Ÿš€ Getting Started

Prerequisites

Installation

  1. Clone the repository
git clone https://github.com/yourusername/elizas-list.git
cd elizas-list
  1. Install dependencies
npm install
  1. Set up environment variables
cp .env.example .env.local
  1. Start the development server
npm run dev

Open http://localhost:3000 to see the app.

๐ŸŽฏ Adding Your Project

Image Guidelines

Steps

  1. Fork this repository
  2. Add your project image to /public/project-images/
  3. Add project details to src/data/projects.json:
{
  "name": "Your Project",
  "description": "A brief description",
  "image": "/project-images/your-project.png",
  "tags": ["nextjs", "typescript", "tailwind"],
  "github": "https://github.com/yourusername/project",
  "demo": "https://your-project.com"
}
  1. Create a Pull Request

๐Ÿ› ๏ธ Tech Stack

๐Ÿ“š Documentation

๐Ÿค Contributing

Contributions are welcome! See CONTRIBUTING.md for ways to get started.

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

๐Ÿ’– Acknowledgments


<div align="center">

Made with โค๏ธ by Your Name

Deploy with Vercel

</div>