/LeetFlash

A reliable flashcard app for reviewing algorithm problems

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Contributors Issues MIT License

LeetFlash LeetFlash

Chrome Chrome Chrome

Follow Forks Stargazers


Logo

LeetFlash

A reliable flashcard app for reviewing algorithm problems
Explore the website »

View Tutorial · Video Intro (Chinese) · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

关于 LeetFlash 的通知 更新与 2023/10/20

首先,我要感谢大家选择使用 LeetFlash。LeetFlash 是我为数不多的开源项目,我很高兴能够帮助到大家。因为我刚刚毕业和找工作的原因,我今年没有什么机会开发新的功能,我感到十分的无奈和抱歉。不过,我也偶尔能够看见一些用户在我的博客提出建议并给我打赏,非常感谢你们给我的鼓励!

然而,我需要与你们分享一个重要的事情:为了保证应用的正常运营,我个人每个月都需要承担服务器费用。尽管这个金额并不多,但是日积月累下来,这对于我来说变得越来越困难,也使得我必须考虑新的解决方案。

为了继续提供优质的服务,我需要你们的帮助和支持。

有两种方式可以帮助 LeetFlash:

  1. 推荐更便宜的服务器供应商: 如果你了解一些经济实惠但性能稳定的服务器供应商,请务必在Issue 页面与我分享。你的建议将对我们的项目产生深远的影响。

  2. 每月捐款支持: 如果你愿意,你可以考虑每月向我们捐款,帮助我们承担服务器费用。关于具体的捐款数额和捐款方式,我还没有决定,不过我能够保证的是,这个费用只会用来 cover 服务器费用。如果愿意捐款的朋友不少,每个人分摊的金额将会很少(literally, 很少,几块人民币一个月)。

如果你有其他建议,欢迎留言!

我最近工作已经安顿下来,将会重新投入项目开发当中。谢谢大家。

Updates

5/4/2022: Allow users to set a custom review sequence.

5/16/2022: 发现中文 leetcode 最近换域名了,已经适配新域名

7/9/2022:

  1. Disabled the popup window on the website, now the extension automatically increment the review stage after every review.
  2. Users can archive a question from the Chrome notification after each new submission.
  3. Allow users to archive a question from the daily review page.

7/12/2022: Allow users to perform Archive, Reset, Activate, Delete multiple questions at once on dashboard.

2/6/2023: Fixed some open bugs: question format in daily review page and the problem about clicking Next stage has no effect.

请尽量通过 Chrome Extension 商店下载插件。如果因为网络原因,的确需要离线下载,链接

(back to top)

Stargazers over time

Stargazers over time

About The Project

When I was preparing for my interview, I always forgot how to do some questions even though I did it just several days ago. Therefore, this website is meant to help you build a more solid foundation for algorithm questions by spaced repetition.

(back to top)

Built With

(back to top)

Getting Started

If you want to run locally, you may not run successfully because of lack of configs files. Because the full tech-stack uses TypeScript and NPM, you can refer package.json for further details.

If you want to use the app, visit https://leetflash.com

(back to top)

Roadmap

  • Finish the Daily Review page
  • Allow users to clear states for one question
  • Manually archive questions
  • Allow users to filter by Archive AND question topic

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Set up the project

  1. Clone the repo and install the dependencies
  2. Install the dependencies for the client and server
cd client
npm install --force --prefix client --production=false
npm install --prefix client react@latest react-dom@latest

cd ../server
npm install --prefix server --production=false
  1. Create a .env.development file in the server folder and fill in the required fields
  2. Create a .env file in the client folder and fill in the required fields

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

If you have any questions on how to contribute to this project, please contact me at lqing3@illinois.edu

(back to top)

License

Distributed under the GPL3.0 License. See LICENSE for more information.

(back to top)

Contact

Lucheng - @blog - q815101630@gmail.com

Project Link: https://github.com/q815101630/LeetFlash

(back to top)