Skip to content

OptionAmadeus/sb1-pphxeudu5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self AI

AI-powered portfolio management platform built with React, TypeScript, and Tailwind CSS.

Features

  • Portfolio tracking and analytics
  • AI-driven investment recommendations
  • Real-time market data
  • Secure wallet integration
  • Responsive design

Tech Stack

  • React 18
  • TypeScript
  • Tailwind CSS
  • Vite
  • Web3-Onboard
  • Recharts
  • Zustand

Getting Started

Prerequisites

  • Node.js 20+
  • npm 8+

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/self-ai.git
cd self-ai
  1. Install dependencies:
npm install
  1. Copy environment variables:
cp .env.example .env
  1. Start development server:
npm run dev

Building for Production

npm run build

Project Structure

src/
├── components/     # Reusable UI components
├── hooks/         # Custom React hooks
├── lib/           # Third-party integrations
├── pages/         # Page components
├── services/      # API services
├── stores/        # State management
├── types/         # TypeScript types
└── utils/         # Utility functions

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

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