jaymeeu / raven

Home Page:https://raven-phi.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raven Crypto Application

Table of Contents

  • Introduction
  • Preview
  • Features
  • Installation
  • Usage

Introduction

This crypto application is designed to demonstrate the interactive functionality of the cryptosystem, including form handling, API requests, filtering, conditional rendering and so on. It also fetches and displays Gravatar images and lists GitHub repositories based on the provided email address.

Live preview

Here is the link to the deployed application: https://raven-phi.vercel.app/

alt raven crypto application

alt raven crypto application

Features

  • Fetch coin trend
  • Filter trends by coin symbol (ETHBTC, BNBBTC, e.t.c.)
  • filter trends by duration (1h, 2h, 1d e.t.c.)
  • User email input
  • Fetch and display Gravatar images
  • Fetch and display GitHub repositories
  • Responsive design

Installation

To install and run this application locally, follow these steps:

Clone the repository:

git clone https://github.com/jaymeeu/raven.git
cd raven

Install dependencies:

npm install

Start the development server:

npm run dev

Usage

Open your web browser, navigate to http://localhost:5173, and explore all the available features. Happy coding...

About

https://raven-phi.vercel.app


Languages

Language:JavaScript 40.7%Language:CSS 31.6%Language:HTML 27.7%