Code Monkey home page Code Monkey logo

resumedit's Introduction

ResumEdit: Professional Resume Web App

Welcome to ResumEdit, a web-based application designed for professionals to craft and manage their resumes.

Features

  • Resume Manager: Build new resumes or modify existing ones from your personal collection of past applications.
  • Resume Editor: Work on shaping up your resume, one at a time, with a user-friendly interface.

Technical Stack

  • Built using Next.JS 14.
  • Server-side state management with Prisma.
  • Client-side state management via Zustand, enhanced with persist and immer middleware.

Data Organization

ResumEdit is structured around a hierarchy of five primary data types. Each type is part of a nested relationship and is managed by a ParentItemList object.

Structure of Data Types

Core Element: ParentItemList

This is a TypeScript example showing the structure of data types used in ResumEdit:

  • Item Disposition: Enum to track the status of items (New, Modified, Deleted, Synced).
  • Basic Item Type: Represents an item with properties like ID, parent ID, creation, and modification timestamps.
  • Various Item Types: Different types for creating, sending, and managing items in the app and on the server.
  • Parent Item List Type: A generic type capturing a list of items, their parent ID, and the last modification time.

Hierarchy of Types

  • User: Represents a user with one or more resumes.
  • Resume: A user's resume, encompassing various organizations.
  • Role: Roles within an organization, detailed with achievements and timeframes.
  • Achievement: Specific accomplishments within a role, orderable through drag-and-drop.

For managing these components, the app utilizes distinct stores for each hierarchy level: resumeStore, organizationStore, roleStore, and achievementStore. These stores are synchronized with the server for real-time updates and management.

Running the App

For instructions on setting up and running the development version of ResumEdit, please refer to the Development Guide.

resumedit's People

Contributors

resumedit avatar thomhug avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.