https://github.com/amsahil/crypto-tracker
A Laravel-based cryptocurrency tracking website that displays real-time prices using the CoinGecko API. It includes user authentication, dark mode toggle, live search, and pagination for an enhanced user experience.
https://github.com/amsahil/crypto-tracker
api javascript laravel-framework sql
Last synced: about 2 months ago
JSON representation
A Laravel-based cryptocurrency tracking website that displays real-time prices using the CoinGecko API. It includes user authentication, dark mode toggle, live search, and pagination for an enhanced user experience.
- Host: GitHub
- URL: https://github.com/amsahil/crypto-tracker
- Owner: amsahil
- Created: 2025-02-03T22:42:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T19:06:05.000Z (about 1 year ago)
- Last Synced: 2025-07-26T15:54:17.850Z (8 months ago)
- Topics: api, javascript, laravel-framework, sql
- Language: PHP
- Homepage:
- Size: 21.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

🚀 Crypto Price Tracker
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:
```bash
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.