Skip to content

scottquested/whats-my-job

Folders and files

NameName
Last commit message
Last commit date
Jan 26, 2024
Jan 26, 2024
Jan 26, 2024
Jan 22, 2024
Jan 22, 2024
Jan 22, 2024
Jan 24, 2024
Jan 22, 2024
Jan 26, 2024
Jan 26, 2024
Jan 26, 2024
Jan 22, 2024
Jan 22, 2024
Jan 22, 2024

Repository files navigation

What's my job?

This is a React and TypeScript project structured with Next.js and Tailwind CSS for styling. It uses a custom server-side rendering setup and includes a variety of components for building a web application. The project also uses Convex for schema, queries, and mutations.

Installation

Before you start, make sure you have Node.js and npm installed on your machine.

  1. Clone the repository.
  2. Install the dependencies by running npm install.

Structure

The project is structured as follows:

  • src/: This is where the main application code resides. It includes:
    • app/: Contains the main application components and global styles.
    • components/: Contains reusable components like DashboardLayout, DashboardNav, and JobCard.
    • lib/: Contains utility functions and libraries.
  • convex/: Contains the Convex schema, queries, mutations, and server configuration.
  • public/: Contains static files that are served by the server.
  • .next/: Contains the output of the Next.js build process.

Usage

To start the development server, run npm run dev.

Contributing

Contributions are welcome. Please make sure to update tests as appropriate.

License

This project is licensed under the terms of the LICENSE file.

Contact

Please open an issue for any questions or problems.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published