Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 827 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 827 Bytes

UI/UX Training Project

This is a NextJS app created for providing training and practicing UI frameworks. Bootstrap has been added to start with.

Basic APIs with GIPHY have been set up to have some data to play with

Getting Started

Install all the required packages with yarn

yarn

Create a dev account at Giphy

Create an app in the Giphy dashboard and get an API key

Create a file locally called .env.local

Copy the contents of .env to .env.local, and paste your API key to the API_KEY variable

Then run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Stackblitz

Code and play with this project online in stackblitz!