Skip to content

Search bar that allows entering names and searching for common grocery items

Notifications You must be signed in to change notification settings

mes32/search-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Search Bar

Search bar that allows entering names and searching for common grocery items. Suggests a list of probable items as the user types. Built to learn about searching and generating spelling auto-suggestions.

https://shielded-springs-83524.herokuapp.com

Technologies Used

  • Client - HTML, CSS, JavaScript, Ajax
  • Server - Node.js, Express

Requirements for Development

  • Git
  • Web browser
  • NPM
  • Heroku CLI (optional for easy deployment)

Setup and Run

# 1. Install node dependencies
npm install

# 2. Start the server (runs on port 5000)
npm start

# 3. Open the client http://localhost:5000/

http://localhost:5000/

Automated Testing

# 1. Run unit testing scripts
npm test

Deploy to heroku

# 1. Initilize heroku and create remote hosting repository 
heroku create

# 2. Push the current mater branch to heroku and build application
git push heroku master

Authors

Mike Stockman

References

About

Search bar that allows entering names and searching for common grocery items

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published