https://github.com/vsbron/course-react2024-crash
Small facts app that displays the list of facts in various categories and allows to add the new ones.
https://github.com/vsbron/course-react2024-crash
Last synced: 11 months ago
JSON representation
Small facts app that displays the list of facts in various categories and allows to add the new ones.
- Host: GitHub
- URL: https://github.com/vsbron/course-react2024-crash
- Owner: vsbron
- Created: 2024-02-05T11:13:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T23:01:39.000Z (over 2 years ago)
- Last Synced: 2025-01-11T23:47:05.174Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://vsbron-course-react2024-crash.netlify.app
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Today I Learned
Small facts app that displays the list of facts in various categories and allows to add the new ones.
## Features
- Random facts list with source link and some reactions;
- Facts can be filtered out using the Categories buttons;
- New fact can be added to the Facts list using the Form under the "Share a Fact" button;
- Fact could be deleted using "X" button;
- User can vote on each fact with the Votes Buttons;
- If facts' majority of votes are "False" it gets the "Disputed" tag added;
## Details
- Facts are loaded from the Supabase database;
- Facts are listed, added and updated using React Query;
- Facts filtering is written using URL State;
- CSS is handled by Styled Components;
- Added responsive support up to 360px;
## Live version
https://vsbron-course-react2024-crash.netlify.app