Replies: 1 comment
-
Complete. Let me know what you think! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One thing we should get on the same page about and add to the GUIDELINES is folder structure. As it sits, in the
components
directory we have another directoryui
with three more,card
,footer
, andheader
. Back in thecomponents
directory, we have files for each of the following components:Card
,Contributor
,Footer
, andNavbar
.I think we should follow the structure inside the
ui
folder, but house all those directories in the components folder:I also created a
db
directory as we will be using a ton of data as this grows. I've added leetCode.db with 1-150 problems entered in with tags and links and everything 👍 - Special Thanks to Codex 👀 🙏Chime in and let me know what you think!
Beta Was this translation helpful? Give feedback.
All reactions