tOnski86
@tOnski86All solutions
- Submitted about 19 hours ago
useEffect and Fetch API
- HTML
- CSS
- JS
- API
EDIT I finally got animations to work on this project! 🔥🔥🔥
Still getting stuck on animating my components, also user-triggered animations. Might look into framer motion but would rather figure out if there's a React x Tailwind way before I explore other libraries.
- Submitted about 23 hours ago
This project taught me invaluable lessons on planning before coding
- HTML
- CSS
- JS
Transitioning React components, and best practices for handling forms (state, validation and styling) in React.
- Submitted 3 days ago
Component Composition, State Management and Conditional Rendering
- HTML
- CSS
- JS
Feedback on the project's overall logic would be greatly appreciated! 🚀
- Submitted 3 days ago
React Practice Toggle (useState) and Fake Data Fetch (useEffect)
- HTML
- CSS
- JS
Need to work on implementing animations for React state changes.
- Submitted 4 days ago
Attempted Implementation of Reusable Components
- HTML
- CSS
Looking for a better way to implement component reusability with React + Tailwind CSS.
- Submitted 5 days ago
Reusable React Card Component
- HTML
- CSS
Made the card reusable in React - but how do I position in the grid without passing the utility classes as props?
- Submitted 5 days ago
Dynamic Layout Using CSS Grid
- HTML
- CSS
Dynamically swapping the desktop and mobile images in Tailwind CSS by toggling display properties from hidden to block depending on the viewport. Pretty sure there's better ways to implement this.
- Submitted 6 days ago
Responsive Recipe Page React + Tailwind CSS
- HTML
- CSS
Speed and efficiency when implementing a mobile-first design with Tailwind CSS.
- Submitted 7 days ago
Learning Mobile First Workflow
- HTML
- CSS
Learn how to refactor code if starting with desktop-first design.