Skip to content

Latest commit

 

History

History
84 lines (51 loc) · 1.98 KB

README.md

File metadata and controls

84 lines (51 loc) · 1.98 KB

Mural Notes

Build Status Coverage Status GitHub license

A mini-mural app with sticky notes, which allows you to create notes, edit, delete and move them.

Online Demo

The demo is hosted in netlify service.

mural-notes

React Mini Mural

Installation

To install the application follow the steps below in the console, you need to have installed nodejs, git and yarn.

Download repo:

git clone https://github.com/davidfigueroar9/mural.git

Change to directory:

cd mural

Install dependencies:

yarn install

Run App:

yarn start

How to use it?

  • Add note: Double click

  • Edit note: Double click

  • Select Note: Click

  • Select multiple: Shift + click

  • Copy: Ctrl + C

  • Paste: Ctrl + V

Poll

What Javascript frameworks are you familiar with?

Angular 1.x, ReactJs, React Native, VueJs, SailsJs and ExpressJs.

Did you work with any of these technologies?

  • SVG
  • WebWorkers
  • WebSockets
  • Offline (AppCache)

I have worked with WebSockets, SVG and localStorage.

What other languages have you programmed with? Which ones professionally?

I have worked professionally with framework Laravel(PHP).

What is your favorite text editor?

Atom.

Did you work with DBs? Which one(s)?

Yes, I have worked with Mysql, Postgres and Mongodb.

What HTTP methods are you familiar with?

I'm familiar with the methods GET, POST, PACTH, PUT and DELETE.