Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bahobab/reddit-timer-bahobab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2d3c3687f016a60197d3b4d10f7780e08642fb52
Choose a base ref
..
head repository: bahobab/reddit-timer-bahobab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d99f4b849da597496666a6d8963dea7a4c4f5838
Choose a head ref
Showing with 957 additions and 16 deletions.
  1. +0 −12 README.md
  2. +955 −0 src/img/me-avatar.svg
  3. +1 −1 src/page-search/HeatmapRow.js
  4. +1 −0 src/page-search/HeatmapSection.js
  5. +0 −3 src/page-search/useFetchPosts.js
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -60,10 +60,6 @@ we could implement auto-scoll but the user would have to scroll up back to the h
5. tests
![Feature tests](https://res.cloudinary.com/krikitue/image/upload/v1603729024/reddit-timer/tests_g26rwl.png)

[![NPM Version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Downloads Stats][npm-downloads]][npm-url]

## Project Highlights

- The use of [styled-components]() makes it easy to solve css issues for the heatmap color scheme.
@@ -99,15 +95,13 @@ OS X & Linux:
```sh
yarn install
```

## Usage

After all the packages have been successfully installed, you can run:

```sh
yarn start
```

## Test

Run the tests with:
@@ -119,14 +113,8 @@ yarn test
```sh
yarn cypress:open
```


## Meta

Konan Houphoue – [@linkedIn](https://linkedIn.com/bahobab)khoophdev@gmail.com

Distributed under the XYZ license. See ``LICENSE`` for more information.

[https://github.com/bahobab](https://github.com/bahobab/)

<!-- ## Contributing
Loading