Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 925 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 925 Bytes

Today-I-Learned Application (https://todayiilearned.netlify.app/)

todayiilearned netlify app-TodayILearned

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.

Features

  • User can add your own facts
  • User can vote to any fact
  • Various categories to display facts

Tech Stack

  • React
  • Supabase
  • Vanilla-JS
  • CSS

Installation

  • Clone this repositoty
  git clone https://github.com/username/project.git
  • Change into project directory
  cd your-project
  • Install the dependencies
  npm install

Running the App

To start the development server, run:

  npm run dev

This will open the app in your default browser at http://localhost:3000