Today-I-Learned Application (https://todayiilearned.netlify.app/)
Today-I-Learned is a FullStack application, to create and display facts along with their source of information, their category as well as voting system for each fact.
- User can add your own facts
- User can vote to any fact
- Various categories to display facts
- React
- Supabase
- Vanilla-JS
- CSS
- Clone this repositoty
git clone https://github.com/username/project.git
- Change into project directory
cd your-project
- Install the dependencies
npm install
To start the development server, run:
npm run dev
This will open the app in your default browser at http://localhost:3000