Replies: 4 comments 1 reply
-
To digress, I don’t know much about the aesthetic requirements of other countries. I have implemented all the pages according to my inherent ideas. Do I need to make any corrections? |
Beta Was this translation helpful? Give feedback.
-
I can help to implement Feature 2 and 3 but I'm not very good at asking questions. |
Beta Was this translation helpful? Give feedback.
-
My thoughts:
|
Beta Was this translation helpful? Give feedback.
-
I refactored all the code, now it is just a visual version of type-challenges, in addition to the known bugs, we still have some things to move forward:
|
Beta Was this translation helpful? Give feedback.
-
Feature 1
The puzzle set is the core of the project. We need more high-quality and entry-friendly questions to help developers learn.
Tutorial exercises
Help developers start from scratch. Different topics correspond to different chapters here.
Puzzle
After completing the tutorial, developers can consider challenging more difficult questions
The good news is that for Tutorial, we have @mdevils to help, and his project has accumulated dozens of high-quality exercises.
For puzzles, we can choose from types challenge.
Feature 2
The puzzle set should not only include TS-exercise but also help to learn how to use tsconfig. So we should add a function like playground.
But we can only add a json editor to monaco.
Feature 3
Open discussion forums on your page to make it feel more like a community.
Type-challenges use the issues of github to implement this function, I think we should implement at the exercise page.
Beta Was this translation helpful? Give feedback.
All reactions