darikmohammed / search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Realtime search box- Helpjuice

A real-time search box, where users search articles, and then have analytics that displays what users were searching for. Show a record of user input in real-time

πŸ›  Built With

Tech Stack

Built-in with Ruby on Rails

Client
Server
Database

Key Features

Real-time search box and analytics of user searching.

  • [Realtime Searching]
  • [Show record of user input]
  • [Compare the search that is made in the past 30 min]
  • [Check the similarity of the search before updating using A collection of text algorithms]

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

To run this project you need:

 gem install rails

Setup

Clone this repository to your desired folder:

  git clone git@github.com:darikmohammed/search.git

Install

Install this project with:

  cd search
  bundle install
  rails db:setup
  rails db:seed

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  bundle exec rspec 

πŸ‘₯ Authors

πŸ‘€ Darik Mohammed

  • GitHub: GitHub Badge
  • Twitter: Twitter Badge
  • LinkedIn: LinkedIn Badge

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

πŸ™ Acknowledgments

I would like to to thank

  • Helpjuice
  • Emil Hajric

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About


Languages

Language:Ruby 67.9%Language:HTML 20.4%Language:JavaScript 5.5%Language:CSS 5.3%Language:Shell 0.8%Language:Procfile 0.1%