prepcards

所属分类:Leetcode/题库
开发工具:TypeScript
文件大小:250KB
下载次数:0
上传日期:2022-11-28 03:37:13
上 传 者sh-1993
说明:  回顾流行的编程技术,以便下次与这款flash card游戏进行面谈
(Review popular programming technologies for your next interview with this flash card game)

文件列表:
.eslintignore (160, 2023-08-23)
.eslintrc.cjs (494, 2023-08-23)
.npmrc (19, 2023-08-23)
.nvmrc (8, 2023-08-23)
.prettierignore (160, 2023-08-23)
.prettierrc (233, 2023-08-23)
LICENSE (1050, 2023-08-23)
netlify.toml (56, 2023-08-23)
package-lock.json (248391, 2023-08-23)
package.json (1193, 2023-08-23)
postcss.config.cjs (82, 2023-08-23)
scripts (0, 2023-08-23)
scripts\image-min.js (693, 2023-08-23)
src (0, 2023-08-23)
src\app.css (162, 2023-08-23)
src\app.d.ts (251, 2023-08-23)
src\app.html (428, 2023-08-23)
src\lib (0, 2023-08-23)
src\lib\FlipCard.svelte (1962, 2023-08-23)
src\lib\Game.svelte (3999, 2023-08-23)
src\lib\cards (0, 2023-08-23)
src\lib\cards\containers.ts (1865, 2023-08-23)
src\lib\cards\databases.ts (3452, 2023-08-23)
src\lib\cards\index.ts (935, 2023-08-23)
src\lib\cards\infra.ts (1075, 2023-08-23)
src\lib\cards\langs.ts (6886, 2023-08-23)
src\lib\cards\types.ts (338, 2023-08-23)
src\routes (0, 2023-08-23)
src\routes\+layout.svelte (65, 2023-08-23)
src\routes\+page.svelte (2368, 2023-08-23)
static (0, 2023-08-23)
static\Java-Emblem.jpeg.webp (3392, 2023-08-23)
static\MySQL-Logo.png.webp (11106, 2023-08-23)
static\ansible-logo.png.webp (3044, 2023-08-23)
static\clang.png.webp (6940, 2023-08-23)
static\cplusplus.png.webp (8386, 2023-08-23)
static\csharp-logo.svg.webp (5762, 2023-08-23)
... ...

# Prepcards.dev A simple flash card game, intended to help you prepare for coding interviews by familiarizing you with popular technologies. Hosted officially at [prepcards.dev](https://prepcards.dev). Hit the project with a star if you find it useful ## Motivation I had never used TypeScript or Svelte before for an entire project, so I wanted to give it a shot. ## Contributing I would *love* for you to help make this game better! Feel free to open pull requests. In particular, I'd love to have you add new cards and decks. Here's the quick start guide to contributing to this project. 1. Fork and clone the repo 2. Use the proper node version. You can use nvm or install the version in `.nvmrc` manually. ```bash nvm use ``` 3. Install dependencies ```bash npm install ``` 4. Make sure that you use the configured prettier formatting, I won't accept pull requests that fail to pass the lint checks in the CI. ### Adding new cards Cards are stored in the `/src/lib/cards` directory. You can add cards to the existing files, or make new files if the existing ones aren't of the correct category. Cards are organized into decks in `/src/lib/cards/index.ts` according to their tags. Feel free to use the existing tags and decks, or add new ones if necessary. Thanks for helping out!

近期下载者

相关文件


收藏者