/social-network-frontend

Social Network frontend repository

Primary LanguageTypeScriptMIT LicenseMIT

Social Network Project

This is a mini social media project that I created to learn more about the FastAPI and React frameworks. It is a simple social media site that allows users to create accounts and make posts. It is a work in progress and I plan to add more features in the future.

Technologies

React Tailwind CSS Vite Material UI

About

This repo contains the frontend code of the project made with React.
The backend code can be found here.

Features

  • Create accounts
  • User posts

Getting Started

Prerequisites

  • NodeJS
  • Yarn

Installation

  1. Clone the repo
    git clone https://github.com/fhilipecrash/social-network-frontend
  2. Run the project
     yarn install # Install dependencies
     yarn dev # Run the project
     yarn docs # Run storybook docs

Usage

Checkout the Storybook documentation at http://localhost:6006