Coder Social home page Coder Social logo

bookmark-vibes's Introduction

Bookmark Vibes

A place to track your bookmarks on twitter. Although you can track bookmarks for anything, the intent is to track and keep your bookmarks on twitter organized.

Tech Stack

  • Next.js
  • Shadcn ui / Tailwind
  • Supabase
  • Zod form validation
  • React Hook Form

Getting Started

  1. Create a .env file.

  2. Sign up for supabase to generate the following credentials:

NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
  1. Create client credentials with Google Cloud Console
GOOGLE_CLIENT_SECRET=
GOOGLE_CLIENT_ID=

Take a look at .env.example for any env not listed above.

Run pnpm install

Start the server pnpm dev

bookmark-vibes's People

Contributors

denniscampos avatar

Watchers

 avatar

bookmark-vibes's Issues

Select Item value prop error in production

Browser console error in prod

Error: A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.

Might have to build locally to replicate the bug.

Steps to reproduce:
Make sure you have a bookmark under dashboard/bookmark page and try to edit the bookmark. Error should be thrown.

Creating Category bug

When creating a category through the bookmarks, there's an error displaying that category name is required.

While this still allows user to move forward, the message shouldn't appear until they complete the form.

Search feature

Add the ability to search for bookmarks and maybe categories.

Error handling

For the most part, the errors are there, just not displayed to the user.
Add toast messages to make for a better use experience.

Ability to edit categories

We can add a new category when creating a new bookmark or when creating a new category, but the user should have the ability to edit or remove the category.

Things to note
If a user deletes a category, should the bookmarks in the category also get deleted? If not, find a way to default to another category or set it to null.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.