-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modularise and refactor code base #5
Comments
What is the app about? |
A portfolio template. Check Readme |
I would love to fix this issue |
Please go ahead. |
Amazing then plz tell me which codebase u want to improvise |
I'll refactor it and will try to make it more efficient and optimized |
This was a pretty old project of mine. You can go through the entire codebase and look for possible optimisations. Any type of contribution is welcome. Any new design change or idea is welcome too. |
Awesome!! |
Then |
Hey @danger-ahead I've committed changes in index.html and style.css file |
The current code base has many repeated lines. Also the general architecture isn't very modularised. Has many unnecessary parameter passes, unnecessary imports, etc.
Need to fix that. You have full freedom over how you want to achieve the end goal (that is, modularising the code base and reducing the numbers of total lines).
Let me know if you want to discuss this over a call. Will you guide you through the codebase.
The text was updated successfully, but these errors were encountered: