Skip to content

pearlhamilton/not-google

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Noodle

A limited search engine

Installation and Usage

Installation

  • Clone or download the repo.
  • Open terminal and navigate to server folder.
  • Run npm install to install dependencies.

Usage

  • Run npm start in server folder to launch server.
  • Visit localhost:3000 in your browser to view the server contents.
  • Run start index.html in client folder to launch client.

Changelog

  • Created basic Noodle API
  • Created front-end with search page and results page
  • Connected front and back end
  • Added favicon

Bugs

  • Back button functionality lost when displaying results on same page

Wins and Challenges

  • Good time management allowed us to complete what we aimed to

  • Getting seperate pages to work together as one page - might be better to learn how to use two

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.0%
  • CSS 25.7%
  • HTML 24.3%