Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomassloboda/vanillajs-spa
SPA in VanillaJS with router, databinding and webcomponents
https://github.com/thomassloboda/vanillajs-spa
databinding javascript routing spa vanilla-javascript webcomponents
Last synced: 25 days ago
JSON representation
SPA in VanillaJS with router, databinding and webcomponents
- Host: GitHub
- URL: https://github.com/thomassloboda/vanillajs-spa
- Owner: thomassloboda
- Created: 2023-10-29T14:53:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T08:33:28.000Z (about 1 year ago)
- Last Synced: 2024-10-03T17:42:36.803Z (about 1 month ago)
- Topics: databinding, javascript, routing, spa, vanilla-javascript, webcomponents
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# VanillaJS SPA
This project is a simple SPA (Single Page Application) built with VanillaJS.
It is a simple application that request authentication to DummyJSON API and display blog posts from this API.
![Visualization of this repo](./diagram.svg)
## Getting Started
### Prerequisites
- [Node.js](https://nodejs.org/en/)
### Installing
1. Clone this repository
```bash
git clone
```2. Run the project
```bash
npm start
```## Built With
- [VanillaJS](http://vanilla-js.com/)
## Authors
- **[Thomas SLOBODA](https://github.com/thomassloboda)**
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details