Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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