Skip to content

PetkovBG/NodeJS-Workshop-Cubicle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS-Workshop-Cubicle

Node JS Project

Description

Node JS, Express JS & Handlebars Workshop

Homepage

image

Add A Cube/Create Page

image

Adding a Cube - a cube can be added by filling out all fields and selecting 'Create'

image

Once saved it then appears on the home screen

image

About Page

image

Search functionality

The search field can be used to filter results. It works with just a name, just a difficulty from or just a difficulty to number as well as with a combination of two or three of the parameters.

image

Search by name

The results are filtered and only cubes including the search word appear on the home screen

image

Filtered results by difficulty level

image

Filtered results by using all three search parameters. The search input fields are left filled out for better user experience

image

404 Redirect

If an invalid cube number is being accessed then the page redirects to '404 - Page not found'

image