This is a Laravel-based cryptocurrency tracking website that allows users to:
✅ View real-time cryptocurrency prices using the CoinGecko API
✅ Search for specific cryptocurrencies by name or symbol
✅ Toggle between Dark & Light mode
✅ User Authentication (Login & Register)
✅ Pagination for crypto listings
📌 Features
- 🛠 Built with Laravel (Backend) & Blade Templates
- 🌍 Real-time updates via Laravel Echo & Pusher
- 🔍 Live search functionality
- 🔐 User authentication with Laravel Breeze
- 🎨 Responsive UI with Bootstrap
🛠 Installation Guide
1️⃣ Clone the repository:
git clone https://github.com/amsahil/your-repo.git
cd your-repo
2️⃣ Install dependencies:
composer install
npm install && npm run dev
3️⃣ Setup environment variables:
cp .env.example .env
php artisan key:generate
4️⃣ Run migrations:
php artisan migrate
5️⃣ Start the server:
php artisan serve
Final Step: visit http://127.0.0.1:8000 in your browser.
📜 License
This project is open-source and free to use. 🚀✨🎯 Summary If you want to make any update or suggestion feel free to open the requests and let's dive and make it more better.:)
See you with next Updates & Projects.
