sherimin
@sheriminAll solutions
- Submitted about 1 month ago
Newsletter sign-up form with success message solution
- HTML
- CSS
- JS
Any feedback is welcome!
- Submitted about 1 month ago
Responsive multi-page website - Next.js | TailwindCSS | Framer-Motion
- HTML
- CSS
- JS
- Submitted about 1 month ago
Social media dashboard with theme switcher | React & TailwindCSS
- HTML
- CSS
- JS
Some things on top of my mind:
- Overall file structure - Oftentimes I am quite unsure if I should put a specific file here or there. Is my current setup efficient?
- I'd like to see how others implemented the theme toggling functionality - I mostly followed a tutorial for this.
- Submitted about 2 months ago
Expenses chart - React, TailwindCSS & Recharts
- HTML
- CSS
- JS
I'd like to see if I can improve the logic and clarity of the code. Any input is greatly appreciated!
- Submitted about 2 months ago
Tip calculator app - React
- HTML
- CSS
- JS
None that I can think of, but any input or advice is welcome!
- Submitted 2 months ago
FAQ accordion
- HTML
- CSS
- JS
One thing I am not too sure is if I need to further make my code "DRY". I feel like for now I am applying the same logic and almost identical codes to all the answer cards, and the only difference is the sequence number of each question and answer. (I think of moving the question and answer to their own data file, and creating a for loop to display them, but I don't know if that's the ideal approach?)
Any input would be appreciated!