Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 751 Bytes

File metadata and controls

38 lines (27 loc) · 751 Bytes

Quotely

React application that displays inspirational quotes, allowing users to browse, favorite, and customize the interface theme.

This project was built independently as part of an intensive hands-on learning process, focusing on React application structure and state management.


Features

  • Fetch quotes from external API
  • Display random quotes
  • Favorite quotes
  • Theme switching using Context API
  • Multi-page navigation

Tech Stack

  • React
  • Vite
  • JavaScript
  • Context API
  • CSS

Architecture Highlights

  • Separation of concerns (pages, components, UI, utils)
  • Global state management using Context API
  • API abstraction for external requests

Running the project locally

npm install
npm run dev