Skip to content

Instantly share code, notes, and snippets.

@luckylittle
Created May 5, 2021 04:02
Show Gist options
  • Save luckylittle/454395c74ce47dbe607dccb160aad847 to your computer and use it in GitHub Desktop.
Save luckylittle/454395c74ce47dbe607dccb160aad847 to your computer and use it in GitHub Desktop.
README.md template

Project Title

A brief description of what this project does and who it's for

Acknowledgements

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.

Appendix

Any additional information goes here

Authors

Badges

Add badges from somewhere like: shields.io

MIT License GPLv3 License AGPL License

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Demo

Insert gif or link to demo

Deployment

To deploy this project run

  npm run deploy

Documentation

Documentation

Environment Variables

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

API_KEY

ANOTHER_API_KEY

FAQ

Question 1

Answer 1

Question 2

Answer 2

Features

  • Light/dark mode toggle
  • Live previews
  • Fullscreen mode
  • Cross platform

Feedback

If you have any feedback, please reach out to us at [email protected]

Installation

Install my-project with npm

  npm install my-project
  cd my-project

Lessons Learned

What did you learn while building this project? What challenges did you face and how did you overcome them?

License

MIT

Logo

Optimizations

What optimizations did you make in your code? E.g. refactors, performance improvements, accessibility

Related

Here are some related projects

Awesome README

Roadmap

  • Additional browser support

  • Add more integrations

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Screenshots

App Screenshot

Support

For support, email [email protected] or join our Slack channel.

Tech Stack

Client: React, Redux, TailwindCSS

Server: Node, Express

Running Tests

To run tests, run the following command

  npm run test

Usage/Examples

import Component from 'my-project'

function App() {
  return <Component />
}

Used By

This project is used by the following companies:

  • Company 1
  • Company 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment