Skip to content

ravelinx22/instasearch

Repository files navigation

InstaSearch

Creative Component

For this project I added a quick search button in every history record and for every hastag in the result so that the user can just click it and make a search with it as a primary hashtag, also the user has a spinner to indicate that the search is being loaded every time the search is in process of completition.

Build & Run

This is a web app that given a Instagram hashtag finds the 5 other hashtags that appear more often with the given hashtag in a photo, it uses:

  • Bootstrap and Reactstrap
  • Fontawesome
  • Mongoose
  • React router V4
  • ESLint

See live demo

Build Project

  npm install
  npm run webpack

Start Project

  npm start

Prerequisites

  • Create an .env file with your MongoDB url and other environmental variables.
  DB_HOST=mongodb://localhost:27017/test

FAQ

Where can I change the default port?

Go to bin/www and change the port variable

  var port = process.env.PORT || YOUR_PREFERENCE_PORT

About

Find the 5 most popular hashtags that appear in most photos with a given hashtag.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published