Skip to content

Zekneer/multiproject

Repository files navigation

My project for storing some useful information

Used technologies

  • Server (MVC pattern)
    • Node.js
    • Express
    • MySQL
    • PUG
  • Client
    • HTML (with PUG templates)
    • SCSS
    • Vanilla JS
    • GULP (for frontend bundle)

Project structure

app.js - start file, route requests to routers;
routes, controllers, models - MVC pattern parts;
views - pug templates;
config - for configuration files, like database configuration object, general error logger;
src - frontend sources ('gulp dev' create a 'static' folder with static compiled content from src like img, .css, .js);

P.S.: On this moment almoust all useful code is in codeDictionary subfolders.

Code dictionary part

Beta version available at url http://zekneeue.beget.tech/codeDictionary

Idea in cards with theory and interactive data for learning in process of creation this project. Project will be remind me language in the future.

Current version

Previous attempts

First - just pen with primitive script to generate dom

https://codepen.io/zekneer/pen/YoYYMo First attempt

Second - pen project with scss usage and work with modules

https://codepen.io/zekneer/project/editor/ZbgVzp Second attempt

About

My own interactive organizer for practicing JS skills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published