Samet195 / Single-Page-Application

My "Single-Page Application" Project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single-Page Application πŸ“‘

This is my Single-Page Application project that I wrote to learn JavaScript.

To start it, you need an HTTP server. For this server.py or you can use any HTTP server.

Features

  • ⏱️ Asyncron fetching and rendering page content.
  • πŸ” Dynamicaly changing page title.
  • πŸ–₯️ Fetches and displays only relevant page content.
  • βš™οΈ Last page and last scroll position remembering (with js-cookie).
  • πŸ’  Navigation with all elements which has [link] attibute.
  • 🌍 Network connection checking and alert on connection lost.
  • πŸ”» Views are minimal sized. Write only page title and content.
  • πŸ“¨ It is completely a front-end project.

About

My "Single-Page Application" Project.

License:GNU General Public License v3.0


Languages

Language:HTML 79.4%Language:JavaScript 17.3%Language:Python 3.1%Language:CSS 0.2%