Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamiviolet/ubiquitous_biscuit_v2
Aka "Cookiess Forum", former ubiquitous biscuit (v2), a mock Reddit built with Next, React, Typescript, Tailwind and Cypress
https://github.com/kamiviolet/ubiquitous_biscuit_v2
Last synced: 2 days ago
JSON representation
Aka "Cookiess Forum", former ubiquitous biscuit (v2), a mock Reddit built with Next, React, Typescript, Tailwind and Cypress
- Host: GitHub
- URL: https://github.com/kamiviolet/ubiquitous_biscuit_v2
- Owner: kamiviolet
- Created: 2023-08-05T19:03:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-22T23:45:30.000Z (about 1 year ago)
- Last Synced: 2023-08-23T03:49:24.770Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://cookiess-forum.vercel.app
- Size: 228 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Cookiess! Forum (UBv2)
This is a Reddit Mock, migrated from Ubiquitous Biscuit (React, React Router, Express, PSQL, Jest), built with Next 13, Typescript, Tailwind CSS, Supabase and Cypress.
[Live - deployed in Vercel](https://cookiess-forum.vercel.app/)
## Current features (User stories)
1. Users can sign up, with captcha protection, and will receive email to activate the account.
2. login via email or 2 types of social login (Github/Facebook) and view their own profile page
3. Both non authenticated users and authenticated users can read articles and comments without restrictions
4. Authenticated users can post new articles
5. Users who are the author of the article can edit/update the article (*)
6. Users who are the author of the article/comment can delete the article/comment
7. Users can create complex query to sort the list of articles, including comment count, article id, author name and created time.
8. Users can filter articles by topic.## Tech stack
Next, Typescript, Supabase, Tailwind CSS, Cypress