Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huilensolis authored Feb 15, 2024
1 parent 12c8534 commit 1d13540
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,19 @@
**App Features:**

1. **User Authentication:**
[-] User registration and login functionality using Supabase authentication.
- User registration and login functionality using Supabase authentication.
2. **Image Upload:**
[-] Allow users to upload pixel art images/gifs.
[-] Integrate Cloudinary for image storage and retrieval.
- Allow users to upload pixel art images.
- Integrate Cloudinary for image storage and retrieval.
3. **Image Display:**
[-] Display uploaded pixel art images/gifs in a gallery format.
- Include pagination for the gallery.
4. **Filtering and Sorting:**
- Implement filtering options (e.g., by date, popularity, artist).
- Allow sorting based on different criteria.
- Display uploaded pixel art images in a gallery format.
- Include infinite scroll
5. **Search Functionality:**
- Enable users to search for pixel art images/gifs by keywords or tags.
6. **User Profiles:**
[-] User profiles to showcase uploaded pixel art and user information.
7. **Responsive Design:**
- Ensure the application is responsive and works well on various devices.
- User profiles to showcase uploaded pixel art and user information.
8. **Favourite/Bookmark Feature:**
- Allow users to mark pixel art images/gifs as favourites or bookmark them for later.
9. **Private Galleries:**
- Allow users to create private galleries that can only be accessed by themselves.
- Allow users to create pixel art image collections.

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

Expand Down

0 comments on commit 1d13540

Please sign in to comment.