Skip to content

overleaf/logo-exercise

Repository files navigation

Overleaf Logo Exercise

CI status

Display the Overleaf logo in any color you like! (This is an application we sometimes use for interview questions.)

Overleaf Logo Exercise in Firefox with the logo turned green

Installation

The application is available via Docker:

docker pull overleaf/logo-exercise

Or you can run the application locally if you have node installed (version 10+ required).

git clone [email protected]:overleaf/logo-exercise.git
cd logo-exercise
npm install
npm start

Configuration

The application accepts configuration via two environment variables:

  • PORT (required): the port number to listen on
  • COLOR (optional; default blue): the color of the logo, as a web color name or hexadecimal RGB value

Development

If you'd like to read the code, the most important files are:

There is also a basic test in ./test/app.test.js, which you can run locally with npm test.

About

An example app we use for interview questions :)

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published