A modern, user-friendly decentralized exchange interface built with React, TypeScript, and Tailwind CSS.
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
src/
āāā components/ # React components
āāā context/ # React context providers
āāā hooks/ # Custom React hooks
āāā types/ # TypeScript type definitions
āāā utils/ # Utility functions
āāā data/ # Mock data for development
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)MIT