Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deanout/linktree_tailwind_demo


https://github.com/deanout/linktree_tailwind_demo

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# README

# Note
Grabbed navbar from here:
https://v1.tailwindcss.com/components/navigation

Get Icons from here:
https://lucide.dev/icons/grip-vertical

# Commands

First, deploying with Kamal requires this command to not go boom:
```bash
bundle lock --add-platform aarch64-linux
```

Generated the admin controller
```bash
rails g controller admin index appearance analytics settings
```

```bash
bundle add devise
rails g devise:install
rails g devise user
```

# TODO
Link Form needs to be reset after creating a link.
Copy links with a button.
Copy button needs to make a toast pop up.
Add emails for the devise stuff.
Sort Button

# ACCESIBILITY EVERYWHERE

# Sources
https://v1.tailwindcss.com/components/cards
https://tw-elements.com/docs/standard/forms/login-form/#
https://webcrunch.com/posts/svg-icons-with-ruby-on-rails
https://tailwindcss.com/docs/
Email Resend
https://resend.com/

# References
Fix login page (Courtesy of Chamir)
https://github.com/achaconm2001/linktree-ui-deanout/blob/main/src/app/login/page.tsx#L159