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
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.
Code and play with this project online in stackblitz!