Full stack web app created as part of an Udemy course that aims to provide hands-on experience with HTML, CSS, JavaScript and React. Link to the website: https://til-ayaan.netlify.app/
The website allows users to :-
- View facts from the database
- Upload facts to the database
- Vote on the facts
- Filter facts based on category
- Web Basics: Explore the essentials of the web and web development.
- HTML: Craft the foundation of your project by writing HTML code for page content.
- CSS Styling: Add style and layout to your project using CSS.
- Database & API: Create an online database and API using Supabase, a free service.
- JavaScript Interactivity: Learn the fundamentals of JavaScript to make your app interactive.
- React Magic: Build your app using the React library to simplify development.
- Deployment: Deploy your final project to Netlify, a free hosting service.
- Sorting the facts based on user selected criterias
- Limit each person to one vote ie. implementing Login/Register functionality
- Customize scrollbar