/trackr

Primary LanguageJavaScript

trackr

Turing School of Software and Design - Module 3 Showcase Project

Table of Contents

Abstract

trackr lets users search for Github repositories and Track them.

Technologies

  • Javascript
  • HTML
  • CSS
  • React
  • React Router
  • ContextAPI
  • Hooks
  • Cypress
  • Express.js
  • Deployed with Heroku

Install and Set Up

To run the application:

You can see this application on the following link:

Deployed Link

To run Cypress tests:

  1. Clone down the repo
  2. Cd into trackr
  3. Run npm install
  4. Run npm start
  5. Go to localhost:3000

Illustrations

readme-screen-shots

Wins

  • Deployed app and express server on heroku

Challenges

  • Issues deploying the Express server and APP
  • Issues working with the GitHub API

Future Features

  • Impelement User Authentication for GitHub
  • Get issues per repository, add/delete/commment issues

Contributors

Project Specs

  • The project spec & rubric can be found here