Crypto Place is a web application aimed at displaying cryptocurrency prices and providing a dynamic user interface that allows users to search for cryptocurrencies easily. The project utilizes technologies such as HTML, CSS, JavaScript, React, and Firebase.
You can visit the website directly at the following link: Crypto Place Demo.
You can view the live demo of the project here.
- use api to get currency crypto coin
- show details form any coin
- blog post to get more crypto details
- React
- Firebase (Firestore)
- React Router
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/mahm0udnasr/CryptoPlace.git
- Navigate to the project directory:
cd CryptoPlace
- Install the dependencies:
npm install
- Set up Firebase:
- Create a Firebase project at Firebase Console.
- Enable Firebase Firestore.
- Copy your Firebase configuration and replace it in firebase.js in the project.
- Run the development server:
npm start
- Open your browser: Navigate to
http://localhost:3000
to view the application.