A reliable flashcard app for reviewing algorithm problems
Explore the website »
View Tutorial
·
Video Intro (Chinese)
·
Request Feature
Table of Contents
首先,我要感谢大家选择使用 LeetFlash。LeetFlash 是我为数不多的开源项目,我很高兴能够帮助到大家。因为我刚刚毕业和找工作的原因,我今年没有什么机会开发新的功能,我感到十分的无奈和抱歉。不过,我也偶尔能够看见一些用户在我的博客提出建议并给我打赏,非常感谢你们给我的鼓励!
然而,我需要与你们分享一个重要的事情:为了保证应用的正常运营,我个人每个月都需要承担服务器费用。尽管这个金额并不多,但是日积月累下来,这对于我来说变得越来越困难,也使得我必须考虑新的解决方案。
为了继续提供优质的服务,我需要你们的帮助和支持。
有两种方式可以帮助 LeetFlash:
-
推荐更便宜的服务器供应商: 如果你了解一些经济实惠但性能稳定的服务器供应商,请务必在Issue 页面与我分享。你的建议将对我们的项目产生深远的影响。
-
每月捐款支持: 如果你愿意,你可以考虑每月向我们捐款,帮助我们承担服务器费用。关于具体的捐款数额和捐款方式,我还没有决定,不过我能够保证的是,这个费用只会用来 cover 服务器费用。如果愿意捐款的朋友不少,每个人分摊的金额将会很少(literally, 很少,几块人民币一个月)。
如果你有其他建议,欢迎留言!
我最近工作已经安顿下来,将会重新投入项目开发当中。谢谢大家。
5/4/2022: Allow users to set a custom review sequence.
5/16/2022: 发现中文 leetcode 最近换域名了,已经适配新域名
7/9/2022:
- Disabled the popup window on the website, now the extension automatically increment the review stage after every review.
- Users can archive a question from the Chrome notification after each new submission.
- 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 商店下载插件。如果因为网络原因,的确需要离线下载,链接
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.
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
- Finish the
Daily Review
page - Allow users to clear states for one question
- Manually archive questions
- Allow users to filter by
Archive
ANDquestion topic
See the open issues for a full list of proposed features (and known issues).
- Clone the repo and install the dependencies
- 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
- Create a
.env.development
file in theserver
folder and fill in the required fields - Create a
.env
file in theclient
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
If you have any questions on how to contribute to this project, please contact me at lqing3@illinois.edu
Distributed under the GPL3.0 License. See LICENSE
for more information.
Lucheng - @blog - q815101630@gmail.com
Project Link: https://github.com/q815101630/LeetFlash