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.
- โฑ๏ธ 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.