Skip to content

Latest commit

Β 

History

History
112 lines (80 loc) Β· 3.49 KB

File metadata and controls

112 lines (80 loc) Β· 3.49 KB

Truth Seeker AI

A powerful web application designed to help users verify the authenticity of information and detect misinformation using advanced AI technology.

🌟 Features

  • AI-Powered Verification: Utilizes state-of-the-art AI models to analyze and verify information
  • Dark/Light Mode: Beautiful, accessible UI with system preference detection
  • User Authentication: Secure login and user management
  • History & Saved Items: Track your verification history and save important results
  • Responsive Design: Works seamlessly on desktop and mobile devices

πŸš€ Getting Started

Prerequisites

  • Node.js (v16 or higher)
  • npm (v8 or higher) or yarn
  • Git

Installation

  1. Clone the repository

    git clone https://github.com/SuyashGargote/Satyasodhak-Mumbai-Hacks-.git
    cd Satyasodhak-Mumbai-Hacks-
  2. Install dependencies

    npm install
  3. Set up environment variables Create a .env file in the root directory and add the following:

    VITE_SUPABASE_URL=your_supabase_url
    VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
    
  4. Start the development server

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

πŸ› οΈ Built With

πŸ“‚ Project Structure

src/
β”œβ”€β”€ components/     # Reusable UI components
β”œβ”€β”€ pages/         # Application pages
β”œβ”€β”€ hooks/         # Custom React hooks
β”œβ”€β”€ lib/           # Utility functions and configurations
β”œβ”€β”€ styles/        # Global styles and theme
└── App.tsx        # Main application component

🀝 Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

πŸ“œ License

Distributed under the MIT License. See LICENSE for more information.

πŸ‘ Acknowledgements

  • Next.js Documentation - For the amazing documentation
  • Tailwind CSS - For the utility-first CSS framework
  • Shadcn UI - For the beautiful components
  • Edit files directly within the Codespace and commit and push your changes once you're done.

What technologies are used for this project?

This project is built with:

  • Vite
  • TypeScript
  • React
  • shadcn-ui
  • Tailwind CSS

How can I deploy this project?

Simply open Lovable and click on Share -> Publish.

Can I connect a custom domain to my Lovable project?

Yes, you can!

To connect a domain, navigate to Project > Settings > Domains and click Connect Domain.

Read more here: Setting up a custom domain