Giter Club home page Giter Club logo

no_framework_web_app's Introduction

A No Framework Web App

A web application that doesn't use a JavaScript framework.

Synopsis

Not being a fan of frameworks (I often find their limitations too...limiting...) I wanted to learn how to create web applications without them, e.g., "vanilla Javascript." This project is intended to be an "evergreen" repository - providing a constant demonstration of my learning and an opportunity to do so. This application was created using the video JavaScript BookList App | No Frameworks from the channel Traversy Media which you can find here (as well as in the Credits and Resources section of this document).

Caveats

So, there are actually some frameworks - Font Awesome and Bootstrap (via Bootswatch) provide content that I didn't otherwise build. These technologies are to be replaced in future updates to this project.

Running the App

This application can be seen here, served via GitHub Pages. Should you want to edit the code, the site can be served via any simple server program, application, or extension. I use, and would recommend, editing with Visual Studio Code which has a plethora of extensions, including Live Server, that can serve this project locally.

Alternatively, Python 3 can be used to invoke a server from the command line that serves up a locally cloned version of this project as well:

user@machine:~/project/dir/no_framework_web_app# python -m http.server -p 8000 --directory ./

NOTE: This will bind to all interfaces, if you want to serve it to local host only add --bind 127.0.0.1 to the command.

Credits and Resources

no_framework_web_app's People

Contributors

kyleegland avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.