Feedback on my new Nextjs + Tailwind Project?

Hello everyone! I would appreciate it if some people gave some feedback on my new project I made:

Uses:

  • Nextjs
  • Typescript
  • Tailwind

Here’s the link:

https://replit.com/@eesazahed/Create-a-banner?v=1

I would suggest to make the input type color when appropriate so there’s a colour picker. Next step could be to allow the user to input a list of colours for a radial gradient as the background

You can already make a gradient, just add more commas. Nice project, although it would be nice to be able to export the banner.

I was trying to find ways to implement it, but I couldn’t figure out how. The current way to save it is by taking a screenshot

I was thinking that, but then users couldn’t add an image URL for a background.

1 Like

ah, you could just make a separate [input type=url] for background image URL and then you could even have another option for the opacity of the image over the background colour

Alright, thank you for your feedback

However, I am choosing not to implement this because I think that less inputs are better, especially if it provides the same amount of functionality.