Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

temp-auto-html-css-js


OVERVIEW

Auto Completion Template HTML CSS JS - Based website

STACK

C


ARCHITECTURE - BEFORE -

/temp-auto-html-css-js
.
├── lib
│   ├── css.h
│   ├── html.h
│   ├── js.h
│   └── webg.h
├── LICENSE
├── main.c
├── Makefile
├── README.md
├── src
│   ├── template.c
│   └── webg.c
└── tree.txt

ARCHITECTURE - AFTER -

/temp-auto-html-css-js
.
├── lib
│   ├── css.h
│   ├── html.h
│   ├── js.h
│   └── webg.h
├── LICENSE
├── main.c
├── Makefile
├── README.md
├── src
│   ├── template.c
│   └── webg.c
└── tree.txt

PREREQUIRES

  • GCC compiler should be to install

INSTALLATION

  1. git clone https://github.com/devyverse/temp-auto-html-css-js.git
  2. In the terminal (cmd) make
  3. cd bin/
  4. ./main
  5. cd website
  6. Your templates HTML/CSS/JS " READY !"

FEATURES

  • Dark/Light mode : 2 themes CSS
  • JSON Config : Read file config.json & Genere the website in function the options
  • Assets Gestion : Auto-import img, video, icon
  • Template Multi : Choice between --> Portfolio, Landing Page, Blog, Dashboard
  • Modules CSS system: base/ layout/ modules/ components
  • Generation complete website : Base/Layout/Modules/Components
  • Routing statique : Auto-genere the link pages
  • Generation composants HTML : Header , footer, navbar , cards , sections (Based on Architecture B.E.M.)
  • Debug/Release Mode : DEBUG - CSS Non minifié ==> RELEASE - CSS Minifié + JS Compressé
  • Plugins Systems : SEO , analytics, contact form...
  • Generation sitemap.xml : SEO
  • Generation robots.txt : Referencement
  • Compilation Complete theme : Genere theme CSS Complet based colors palette
  • Auto-genere palette : ( primary, secondary , accent)
  • Auto-genere SVG : icones SVG Simple via templates
  • generation manifest.json : Transformer website in PWA

CONTRIBUTING

Thanks for contributing !


LICENSE

License MIT

About

Auto Completion Template HTML CSS JS - Based website

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages