Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quote App

A clean, modern full-stack quote application built with React + TypeScript on the frontend and FastAPI + SQLAlchemy on the backend.

Users can browse inspirational quotes, add new quotes with authors, and store them persistently in a database.


📸 Screenshots

View Quotes

View Quotes

Add Quote

Add Quote


✨ Features

  • View quotes stored in a SQLAlchemy database
  • Cycle through quotes dynamically
  • Add new quotes with optional authors
  • Clean, centered UI with modern styling
  • REST API built with FastAPI
  • SQLite persistence

🧠 Tech Stack

Frontend

  • React
  • TypeScript
  • Tailwind CSS
  • React Router

Backend

  • FastAPI
  • SQLAlchemy
  • SQLite
  • Pydantic

🚀 Getting Started

Backend

cd backend
pip install -r requirements.txt
uvicorn main:app --reload

Frontend

cd frontend
npm install
npm start

About

Fullstack project to add quotes and authors using FastAPI, React, and Typescript

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages