Skip to content

Gets the details of an object from the api, and displays those details with pure JS

Notifications You must be signed in to change notification settings

otuzel/front-end-assignment

Repository files navigation

Front-end assignment

Gets the details of an object from the api, and displays them with pure JS

Installation

  1. Clone the repo
git clone git@github.com:otuzel/front-end-assignment.git
  1. Install NPM packages
npm install
  1. Rename the file .env.example to .env

  2. Enter your API secret key in .env

SECRET = 'ENTER YOUR SECRET';

Usage

  1. Run this inside your project folder
npm start
  1. Go to localhost:5000 (or any port you set in server.js)

Note: You can set object id in src/assets/js/index.js file

About

Gets the details of an object from the api, and displays those details with pure JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published