Skip to content

Julien-ser/ResumeWorthy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResumeWorthy

ResumeWorthy is a web application built with Next.js, TypeScript, and Supabase. It helps users create, manage, and share professional resumes easily.

Features

  • Create and edit resumes
  • Secure authentication with Supabase
  • Modern UI with Next.js
  • Responsive design

Getting Started

Prerequisites

  • Node.js (v18 or higher recommended)
  • npm or yarn
  • Supabase account

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/resumeworthy.git
    cd resumeworthy
  2. Install dependencies:
    npm install
    # or
    yarn install
  3. Set up environment variables:
    • Copy .env.example to .env.local and fill in your Supabase credentials.

Running the App

npm run dev
# or

The app will be available at http://localhost:3000.

Project Structure

  • app/ - Main Next.js application code
  • lib/ - Utility libraries (e.g., Supabase client)
  • public/ - Static assets
  • types/ - TypeScript types

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.

About

Allows your resume to be split into components, easier to modularize and customize to jobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors