Skip to content

Repository files navigation

Day 1: Starting out Screenshot 2024-10-08 at 1 12 10 AM

Day 2: Added clickable items and CSS Screenshot 2024-10-08 at 8 46 59 PM

Day 3: Starting Parallax, it looks okay right now Screenshot 2024-10-10 at 5 22 55 PM

DAY 4 (CRAZYYYY WORRRRKKKKK) The Parallax and the card hovers are soooooo goooooooooooooood Screenshot 2024-10-10 at 8 43 00 PM

DAY ?: Added view switching between tabs.

DAY ?+1: Added Content to Sets Tab, Also Added Way to Easily Add/Remove Cards Screenshot 2024-10-30 at 5 59 58 PM

DAY? + 3? Added more CSS Elements to Login page and LOGO CHANGE "W" Screenshot 2024-11-01 at 10 41 13 AM

Day 17: Added Parallax to Sets, Going to Toss Different Things Around (ALSO ADDED DARK AND LIGHT MODE ELEMENTS TO BG) Screenshot 2024-11-13 at 7 27 32 PM Screenshot 2024-11-13 at 7 27 36 PM

Dev Paused Due to Finals...

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:
export default tseslint.config({
  languageOptions: {
    // other options...
    parserOptions: {
      project: ['./tsconfig.node.json', './tsconfig.app.json'],
      tsconfigRootDir: import.meta.dirname,
    },
  },
})
  • Replace tseslint.configs.recommended to tseslint.configs.recommendedTypeChecked or tseslint.configs.strictTypeChecked
  • Optionally add ...tseslint.configs.stylisticTypeChecked
  • Install eslint-plugin-react and update the config:
// eslint.config.js
import react from 'eslint-plugin-react'

export default tseslint.config({
  // Set the react version
  settings: { react: { version: '18.3' } },
  plugins: {
    // Add the react plugin
    react,
  },
  rules: {
    // other rules...
    // Enable its recommended rules
    ...react.configs.recommended.rules,
    ...react.configs['jsx-runtime'].rules,
  },
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages