Skip to content

Commit

Permalink
folder restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
CodHeK committed Dec 15, 2018
1 parent 66c550f commit 429dedc
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 5 deletions.
Binary file modified .DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![logo](logo.png)
![logo](/images/logo.png)

Simple gsoc data scraper, search for any keyword and get data about the orgs that match your search criteria

Expand All @@ -9,12 +9,12 @@ Try it out here: [https://pysocjs.herokuapp.com/](https://pysocjs.herokuapp.com/

#### Use `FILTERS` to Sort and Analyse the Data, lets you sort data based on the `number of selections`.
#### Perform Complex Search Queries, by adding multiple search parameters.
![ss](ss.png)
![ss](/images/ss.png)
#

#### Added Fuzzy Logic to search, incase search parameters don't match! Suggests the best matching organisation.
![ss1](ss1.png)
![ss1](/images/ss1.png)
#

#### Also view in which years has the organisation been selected in the past 3 years, with it's total selection in the past years. -> `ORG SELECTION` option.
![ss2](ss2.png)
![ss2](/images/ss2.png)
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added public/.DS_Store
Binary file not shown.
Binary file removed public/favicon.ico
Binary file not shown.
Binary file added public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="icon" href="icon.png" type="image/x-icon"/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { DB_CONFIG } from './Config/config';
import firebase from 'firebase/app';
import 'firebase/database';
import gsoc_logo from './imgs/gsoc.png';
import OrgCard from './OrgCard';
import OrgCard from './components/OrgCard';
import Loader from 'react-loader';
import Fuse from 'fuse.js';
import $ from 'jquery';
Expand Down
File renamed without changes.

0 comments on commit 429dedc

Please sign in to comment.