An open API service indexing awesome lists of open source software.

https://github.com/boweihan/coding-blindspots

Client for Coding Blindspots
https://github.com/boweihan/coding-blindspots

Last synced: 2 months ago
JSON representation

Client for Coding Blindspots

Awesome Lists containing this project

README

        

# coding-blindspots

Front-end for customized code feedback

## Running on localhost with fake server

First install dependencies:

```sh
npm install
```

Reset the fake server

```sh
npm run reset-server
```

Start the fake server

```sh
npm run start-server
```

Run the client in hot module reloading mode:

```sh
npm start
```

Navigate to http://localhost:8080/

Screenshots

# Example Review
![Example Review](https://github.com/mrraghur/coding-blindspots/blob/master/screenshots/codingBlindspots1.png)

# Add code for review + Home Page

![Add code for review](https://github.com/mrraghur/coding-blindspots/blob/master/screenshots/codingBlindspots2.png)

# Gallery View
![Gallery view](https://github.com/mrraghur/coding-blindspots/blob/master/screenshots/codingBlindspots3.png)