Skip to content

Full stack web application for companies helping organizing desk reservations for employees in office.

Notifications You must be signed in to change notification settings

PixelSculptor/desk-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
   parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
   },
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

Color palette - description:

  • #0a3b92 #0a3b92 - Primary color
  • #115dbd #115dbd - Light primary color
  • #bd3872 #bd3872 - Secondary color
  • #e04387 #e04387 - Light secondary color
  • #f2f2f2 #f2f2f2 - Background color
  • #333333 #333333 - Dark text color
  • #f2f2f2 #f2f2f2 - Light text color
  • #69a50e #69a50e - Accent color
  • #3e7b05 #3e7b05 - Darker accent color
  • #ffd700 #ffd700 - Highlight color
  • #ffffff #ffffff - Neutral color
  • #cccccc #cccccc - Border color
  • #e63946 #e63946 - Error color
  • #4caf50 #4caf50 - Success color

Favicon:

Favicon was created here

About

Full stack web application for companies helping organizing desk reservations for employees in office.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published