Skip to content

hiiiroko/Web-Tarotto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tarotto

Additional dependencies required for this project:

  • yarn add sass react-router-dom react-responsive
  • yarn add classnames
  • yarn add @dnd-kit/core
  • yarn add react-hot-toast
  • yarn add @dnd-kit/sortable
  • yarn react-icons
  • yarn add @dnd-kit/utilities

精简

由于精力有限,移除了存档、主题以及渐变动画等部分,只保留了“占卜”和“百科”功能。

相关方法仍保留在代码中。

Todo

  • 新增控制台开发者模式
  • 使用合适的SCSS
  • 尝试部署静态
  • 使卡牌旋转方向一致
项目文件结构
tarotto
├─ .eslintrc.cjs
├─ .gitignore
├─ ForGPT.txt
├─ README.md
├─ index.html
├─ package.json
├─ public
├─ src
│  ├─ assets
│  │  └─ defaultAvatar.png
│  ├─ components
│  │  ├─ Draggable.jsx
│  │  └─ Droppable.jsx
│  ├─ contexts
│  │  ├─ ContextInterface.jsx
│  │  ├─ DivinationInfoContext.jsx
│  │  ├─ InitialValue.jsx
│  │  ├─ ItemInfoContext.jsx
│  │  ├─ StaticValue.jsx
│  │  └─ UserInfoContext.jsx
│  ├─ displays
│  │  ├─ DivinationInfoDisplay.jsx
│  │  ├─ ItemInfoDisplay.jsx
│  │  └─ UserInfoDisplay.jsx
│  ├─ interfaces
│  ├─ main.jsx
│  ├─ routes
│  │  ├─ BASE.scss
│  │  ├─ CONSTANT.scss
│  │  ├─ Divination.jsx
│  │  ├─ Divination.scss
│  │  ├─ ErrorPage.jsx
│  │  ├─ Index.jsx
│  │  ├─ Root.jsx
│  │  └─ Root.scss
│  └─ utilities
└─ vite.config.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published