Giter VIP home page Giter VIP logo

frontdoor-challenge's Introduction

Legere

Legere means something in latin. It's fancy.

Basically, this was a project I did for a company I was applying to. Should I have spent two whole days without getting paid? Probably not. So I'm using it again to show you I know what I'm doing. Attached below is a video of me explaining the thing I built (chrome extension), and a link to the notion doc they gave me as a guide for what to built. Enjoy!

PS> if you wish to run this by yourself, there's a section on that below.

Youtube video

Notion guide for the task presented above

How do I run this?

Welp, first get your server started!

Before doing so, you need to create a .env file in the server directory. It should look like this:

Note: Create an openai api key, and a mongo cluster on cloud.mongodb.com or locally, if you prever.

DATABASE_HOST=<your database connection string>
OPENAI_API_KEY=<openai_key>

# Just paste these in
PORT=5001
JWT_SECRET=secret
JWT_REFRESH_SECRET=refresh

After you've done that, just start the server:

$ cd server
$ yarn
$ yarn start:dev

Now, you can build the extension:

$ cd extension
$ yarn
$ yarn build

After you've done so, head over to chrome://extensions (or edge://extensions if you're using edge) and enable developer mode. Then, click on Load unpacked and select the extension/dist folder.

Now, you can use the extension!

frontdoor-challenge's People

Contributors

qoobes avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.