appbaseio/reactivesearch

View on GitHub
site/src/constants/config/demo/web.js

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react';
import baseConfig from './../base/web';

export default {
    ...baseConfig,
    title: 'Built with Reactive Search',
    description: <React.Fragment>Check out our demo apps powered by Reactivesearch.</React.Fragment>,
    demos: [
        {
            src: '../../reactivesearch/images/apps/airbeds.png',
            title: 'Airbeds',
            href: 'https://opensource.appbase.io/reactivesearch/demos/airbeds/',
            description: 'An airbnb inspired app for browsing housing areas in Seattle',
        },
        {
            src: '../../reactivesearch/images/apps/productsearch.png',
            title: 'Product Search',
            href: 'https://opensource.appbase.io/reactivesearch/demos/producthunt/',
            description: '',
        },
        {
            src: '../../reactivesearch/images/apps/gitxplore.png',
            title: 'GitHub Search',
            href: 'https://opensource.appbase.io/reactivesearch/demos/gitxplore/',
            description: '',
        },
        {
            src: '../../reactivesearch/images/apps/carstore.png',
            title: 'Car Store',
            href: 'https://opensource.appbase.io/reactivesearch/demos/ecommerce/',
            description: '',
        },
        {
            src: '../../reactivesearch/images/apps/goodbooks.png',
            title: 'Book Search',
            href: 'https://opensource.appbase.io/reactivesearch/demos/goodbooks/',
            description: '',
        },
        {
            src: '../../reactivesearch/images/apps/technews.png',
            title: 'Tech News Search',
            href: 'https://opensource.appbase.io/reactivesearch/demos/technews/',
            description: '',
        },
    ],
};