Skip to content

m6o4solutions/deficrypto-web-project

Repository files navigation

DeFiCrypto Web Project

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 the Netlify CI/CD pipeline.

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. Firebase Hosting

About

Responsive React website calling a Crypto API to display live data.

Topics

Resources

Stars

Watchers

Forks