Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 971 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 971 Bytes

Robo Punks

A sample landing page of a fake Robo Punks retro game. Based on the YouTube tutorial.

Purpose

The Robo Punks website was created to enhance my programming skills and learn how to connect a web app to a Metamask wallet.

Demo

A live demo is available at: https://robo-punks-ochre.vercel.app

Screenshots

  • Landing page:

robo

  • Landing page - animated background:

robopunks

Used technologies

  • Visual Studio Code
  • Create React App
  • ChakraUI library
  • Hardhat - an Ethereum development platform
  • Smart contracts (solidity language)

How to run

It is a regular CRA (Create React Application) application, restore npm packages: npm i, then start a development server: npm start.