Skip to content

liashchynskyi/pure-js-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  1. Home page with trending movies
  2. Search movies
  3. About movie page
  4. Recommendations (clickable)

This SPA is created in pure Javascript. It also has a routing system (History API) without page reloading. Live Demo is on Netlify here. The feature is when a user refreshes specific page or manually enter URL (e.g. /about/12345) it won't cause 404 error.