This is a web application that allows users to add facts on various categories. The application was built using React and Supabase Database API. Users can add facts and provide a trustworthy source link to support their claims. Other users can vote or downvote these facts. If downvotes are greater than upvotes, the fact is marked as disputed.
⏭️Visit the Facts-Adding Website to learn more.
- Users can add facts on various categories.
- Users have to provide a trustworthy source link to support their claims.
- Other users can vote or downvote these facts.
- If downvotes are greater than upvotes, the fact is marked as disputed.
- Clone the repository
- Install dependencies
- Start the development server
git clone https://github.com/kingmalitha/facts-adding-website.git
cd facts-adding-website
cd today-i-learned
npm install
npm start
- Visit the website
- Browse categories and facts
- Add facts with trustworthy source links
- Vote or downvote facts
- Mark disputed facts
This facts-adding website is a helpful tool for users who want to share information and facts about various topics. The use of React and Supabase Database API make it easy for users to interact with the website and add their own facts. With the ability to vote and downvote, users can also ensure that the information they are receiving is accurate and trustworthy.