From 1d1354013962312a90764b32bc1071ed7e15c204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Huil=C3=A9n=20Sol=C3=ADs?= Date: Thu, 15 Feb 2024 19:12:51 -0300 Subject: [PATCH] Update README.md --- README.md | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 923f578..c3167fd 100644 --- a/README.md +++ b/README.md @@ -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).