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.
- Clone the repository
git clone {{ this repository }} {{ working project folder }}
-
Open the project in Visual Studio Code
-
Open a new terminal in Visual Studio Code and install the project dependencies
yarn
- Run the project using the Vite.JS server
yarn dev
- Optimize for production
yarn build
- React.JS
- CSS
- Axios
- Vite.JS
- GitHub Actions
- GitHub Pages