Skip to content

papeiron/react-blog

Repository files navigation


Logo

React Blog

A blog app built with React and Supabase.
View Demo

About The Project


Usage

Built With

  • React
  • TypeScript
  • Supabase
  • StyledComponents
  • ReactHookForm
  • ReactRouter

Getting Started

Installation

  1. Get a free API Key at https://supabase.com
  2. Clone the repo
    git clone https://github.com/papeiron/react-blog.git
  3. Install NPM packages
    npm install
  4. Enter your API in .env
    const API_KEY = 'ENTER YOUR KEY';
    const API_URL = 'ENTER YOUR URL';

Database Schema