lec6

portfolio linkedin twitter

Logo

Installation

Install my-project with npm

  npm install my-project
  cd my-project

🚀 About Me

I’m a full stack developer…

Screenshots

App Screenshot

Usage/Examples

import Component from 'my-project'

function App() {
  return <Component />
}

Used By

This project is used by the following companies:

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_KEY

ANOTHER_API_KEY

Documentation

Documentation

API Reference

Get all items

  GET /api/items
Parameter Type Description
api_key string Required. Your API key

Get item

  GET /api/items/${id}
Parameter Type Description
id string Required. Id of item to fetch

add(num1, num2)

Takes two numbers and returns the sum.

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project’s code of conduct.

Demo

inter this link to view my website Demo