ResumeWorthy is a web application built with Next.js, TypeScript, and Supabase. It helps users create, manage, and share professional resumes easily.
- Create and edit resumes
- Secure authentication with Supabase
- Modern UI with Next.js
- Responsive design
- Node.js (v18 or higher recommended)
- npm or yarn
- Supabase account
- Clone the repository:
git clone https://github.com/yourusername/resumeworthy.git cd resumeworthy - Install dependencies:
npm install # or yarn install - Set up environment variables:
- Copy
.env.exampleto.env.localand fill in your Supabase credentials.
- Copy
npm run dev
# or
The app will be available at http://localhost:3000.
app/- Main Next.js application codelib/- Utility libraries (e.g., Supabase client)public/- Static assetstypes/- TypeScript types
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.