Skip to content

GxGens/Pocket-Wisdom

Repository files navigation

Pocket Wisdom

A personal AI-powered wisdom collection app built with Google AI Studio.

License: MIT Node.js React TypeScript Next.js

A personal wisdom collection app that helps you capture, organize, and revisit valuable insights and quotes.

Features

  • AI-Powered Insights: Fetch inspiring quotes from the APINinjas Quotes API
  • Easy Capture: Quickly add new wisdom, quotes, and insights
  • Organized Library: Keep your collection organized and searchable
  • Local Development: Full control over your development environment

Getting Started

Prerequisites

  • Node.js 18 or higher
  • APINinjas API Key (from APINinjas)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/pocket-wisdom.git
    cd pocket-wisdom
  2. Install dependencies:

    npm install
  3. Configure environment variables:

    cp .env.local.example .env.local

    Then edit .env.local and set your APININJAS_API_KEY.

  4. Start the development server:

    npm run dev
  5. Open http://localhost:3000 in your browser.

Screenshots

Random Quote Wisdom of the Day

Tech Stack

  • Frontend: React 18, TypeScript
  • AI: Google Gemini API
  • Build Tool: Next.js
  • Styling: CSS Modules / Tailwind CSS

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments