/simple-editor

Simple editor resistant for refreshing that keeps your notes in local storage.

Primary LanguageCSS

Project cover.

Simple-editor ✍️

Feel free to check out the finall result.

About the project

This website was created as finall project of WTF - Co ten frontend course.

The main purpose of this task was to create a layout design in figma. Then recreate it and make a simple editor that will store your notes in Local Storage.

The layout of this website was inspired by conventionalcommits.org.

Tools and technologies I've used

  • Semantic HTML5
  • Sass (SCSS)
  • Flexbox
  • CSS Grid
  • Media queries
  • JS: DOM manipulations
  • Local Storage
  • Git
  • Figma

Build with:

To run the website locally

Requirements:

  • node.js (npm)
  • gulp

Then, just run:
npm install
gulp

To publish you page using github pages use:
npm run deploy