PortfoliosHub is a web application that serves as a comprehensive directory of portfolios from a diverse group of professionals, including developers, designers, YouTubers, and more. This platform allows individuals to showcase their work and skills by submitting their own portfolios, making it easier for potential employers and collaborators to find talented professionals.
- Next.js: A React framework for building user-friendly single-page applications.
- Convex: Used for backend management. It manages the app's data and interactions efficiently.
- ShadUI: A UI component library that ensures a smooth and visually appealing user interface.
- TailwindCSS: A utility-first CSS framework for rapid UI development.
-
Set Up Convex:
- Create a Convex account if you don't already have one.
- Once logged in, create a new project.
- Upon creating your project, you will receive environment variables required for the application's configuration.
-
Environment Variables:
- Create a
.env.local
file in the root of your project. - Add the following environment variables you obtained from Convex:
CONVEX_DEPLOYMENT=<your_convex_deployment> NEXT_PUBLIC_CONVEX_URL=<your_convex_url>
- Create a
- Install all the necessary dependencies:
npm install
- Start the development server:
npm run dev
This command will start the local development server on http://localhost:3000. If your Convex project is not set up yet, you will be prompted in the terminal to go through the setup process.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the branch (git push origin feature/AmazingFeature)
- Open a PR