Skip to content

theSavanahDev/defi-crypto-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeFi-Crypto Website

Description

Sample project to build and deploy a fully responsive website with a modern user interface and user experience.

I use the Coin Gecko API to access real time cryptocurrency information and data to display on this website.

Finally, the repetitive process of building and deploying the project to production is automated by using GitHub Actions for onward deployment to GitHub Pages.

Getting Started

  1. Clone the repository
git clone {{ this repository }} {{ working project folder }}
  1. Open the project in Visual Studio Code

  2. Open a new terminal in Visual Studio Code and install the project dependencies

yarn
  1. Run the project using the Vite.JS server
yarn dev
  1. Optimize for production
yarn build

Technologies Used

  1. React.JS
  2. CSS
  3. Axios
  4. Vite.JS
  5. GitHub Actions
  6. GitHub Pages