Retro Art - React.js + Tailwindcss

This is a single page web application built in React.js and powered by Next.js & Tailwindcss. The concept for the UI came from a post I saw on pinterest by Oww Studio. The retro theme looked very appealing and who doesn't love NFT's! For Hosting im using Vercel for simplicity.

Live Demo

demo_screenshot

Requirement

  • Next.js
  • Tailwindcss
  • Node.js

Setup

$ git clone git@github.com:conceptcodes/react-retro-art.git
$ cd react-retro-art
$ yarn install
$ yarn dev

Open http://localhost:3000 and enjoy!

Compiles and minifies for production

$ yarn build