Telichkin / vanilla-realworld

Work in progress

Home Page:https://vanilla-realworld.telichk.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RealWorld Example App

Vanilla JavaScript codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

Demo    RealWorld

This codebase was created to demonstrate a fully fledged fullstack application built with Vanilla JavaScript including CRUD operations, authentication, routing, pagination, and more.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

How it works

This app doesn't use "modern" JS practices such as npm or webpack. This is plain JavaScript without any external dependencies.

Getting started

Clone this repository

$ git clone https://github.com/Telichkin/vanilla-realworld.git

Serve root of the repository with any webserver, for example:

$ python -m SimpleHTTPServer 8000

Navigate to http://localhost:8000

About

Work in progress

https://vanilla-realworld.telichk.in


Languages

Language:JavaScript 98.7%Language:HTML 1.0%Language:Shell 0.4%