Robert-Fish / mentor

The central place to get all your resources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mentor

Mentor is a web app used to give you a curated list of resources based on what is most commonly used in the industry.

Installation

Use the dev-install script to install all the dependencies

npm run dev-install

(if you're using yarn)

yarn run dev-install

Usage

To run the app, use the dev script.

npm run dev

Note. You must have a valid Udemy api key to use this app. Insert this key in the a keys.js file in the project folder.

Please use the following format in the key.js file:

module.exports = {
  udemyKey: "key"
};

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

The central place to get all your resources.


Languages

Language:JavaScript 61.7%Language:CSS 31.7%Language:HTML 6.5%