sherimin
@sheriminAll solutions
Newsletter sign-up form with success message solution
#animationSubmitted 5 months agoAny feedback is welcome!
Responsive multi-page website - Next.js | TailwindCSS | Framer-Motion
#framer-motion#react#tailwind-css#nextSubmitted 5 months agoSocial media dashboard with theme switcher | React & TailwindCSS
#react#tailwind-css#viteSubmitted 6 months agoSome 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.
Expenses chart - React, TailwindCSS & Recharts
#react#tailwind-cssSubmitted 6 months agoI'd like to see if I can improve the logic and clarity of the code. Any input is greatly appreciated!
Tip calculator app - React
#reactSubmitted 6 months agoNone that I can think of, but any input or advice is welcome!
FAQ accordion
#animationSubmitted 7 months agoOne 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!