Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 2.8 KB

README.md

File metadata and controls

47 lines (36 loc) · 2.8 KB

Latest - Version 2 (TypeScript GraphQL)

you can also checkout v1-pro and v1

TOPIC MANAGER

This project streamlines the process of adding or removal of Topics by developers and github users to one or more github repositories.

With topics, exploring repositories in a particular subject area, finding projects to contribute to, and discovering new solutions to a specific problem becomes easy.

Topics appear on the main page of a repository. Clicking on a topic name refers you to see related topics and a list of other repositories classified with that topic.

Netlify Status MIT License Language PRs Welcome

TECHNOLOGIES USED

Here is the live link to the project.

Getting started with Topic Manager

Prerequisites

To be able to setup the project locally, you need to have the following installed and working properly:

Setup Steps

  • clone repository
  • cd into the cloned repository
  • yarn
  • npm run start

Future Add on

  • create an Electron app version of the project
  • create a test with Jest and Enzyme