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

https://github.com/devpaul/website-template


https://github.com/devpaul/website-template

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Website Template

This template will help you learn the basics of programming.

## Quick Start

*Requirements*

* node
* npm
* vscode (recommended)

From a command line:

* run `npm install`
* run `npm start`
* open http://localhost:8888 in a browser

## Learning HTML

* [freeCodeCamp](https://www.freecodecamp.org/)

## Learning CSS

* [freeCodeCamp](https://www.freecodecamp.org/)
* [CSS Diner](https://flukeout.github.io/)
* [Grid Garden](https://cssgridgarden.com/)
* [CSSBattle](https://cssbattle.dev/)
* [Flexbox froggy](https://flexboxfroggy.com/)
* [Flexbox defense](http://www.flexboxdefense.com/)
* [Grid by example](https://gridbyexample.com/learn/)
* [CSS Selectors](https://www.w3schools.com/cssref/css_selectors.asp)
* [A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)