Skip to content

mahm0udnasr/CryptoPlace

Repository files navigation

Crypto Place

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.

Demo

You can view the live demo of the project here.

Features

  • use api to get currency crypto coin
  • show details form any coin
  • blog post to get more crypto details

Technologies Used

  • React
  • Firebase (Firestore)
  • React Router

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
     git clone https://github.com/mahm0udnasr/CryptoPlace.git
    
    
  2. Navigate to the project directory:
      cd CryptoPlace
    
    
  3. Install the dependencies:
    npm install
    
  4. 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.
  1. Run the development server:
    npm start
  2. Open your browser: Navigate to http://localhost:3000 to view the application.

Releases

No releases published

Packages

No packages published