A modern frontend application for a trading platform powered by the CoinGecko API and TradingView to deliver an immersive trading experience.
If you find this project helpful, don't forget to ⭐️ star the repo!
- Real-Time Market Data: Fetch live cryptocurrency data using the CoinGecko API.
- Interactive Charts: Integrated with TradingView for advanced charting and technical analysis.
- Seamless UI: Built with a sleek and responsive interface for a smooth user experience.
- Dark Mode Toggle: Enable dark and light mode screen with toggle
Koinx leverages the following technologies to ensure high performance and developer efficiency:
- Next.js: A powerful React framework for server-side rendering and static site generation.
- TypeScript: For type-safe development and better scalability.
- TailwindCSS: A utility-first CSS framework for rapid UI design.
- CoinGecko API: To fetch live cryptocurrency data and market stats.
Follow these steps to run the project locally:
- Node.js (>= 16.0.0)
- npm or yarn package manager
- Clone the repository:
git clone https://github.com/kanugurajesh/Trading.git cd Trading
- Install the dependencies
npm install
- Add the environment variables
cp .env.example .env.local
- Run the project
npm run dev