All-Access

Color inspiration site with SvelteKit, Supabase, and Sass

Solution for Color palette inspiration site

Hunter Becton

Hunter Becton

Color inspiration site with SvelteKit, Supabase, and Sass

SvelteKit

Supabase

Sass

PostgreSQL

Notes

What did you learn while working on this solution?

While working on this solution, I learned how to create views in dashboards, which allowed me to fetch random palettes effectively. This new skill helped me implement a feature where users could discover new color palettes effortlessly, enhancing the site's overall functionality.

What would you do differently if you had to solve this challenge again, and why?

If I had to solve this challenge again, I would like to improve the user experience for copying color values. Using a toaster notification to inform the user that the value was copied feels easy to miss. I would explore more subtle ways to provide feedback, such as inline notifications or visual cues, to make the interaction smoother and more user-friendly.

Did you try any new approaches or technologies in this challenge? What was that experience like?

This project was my first experience with SvelteKit and Supabase. I was impressed with the developer experience that SvelteKit offers, with its intuitive syntax and powerful features. Supabase also made it easy to handle authentication and database interactions. Overall, these technologies significantly streamlined the development process and made building a web application enjoyable.