/WallNotes

A wall for share your notes and texts with other peoples

Primary LanguageTypeScriptMIT LicenseMIT

Wallnotes

Wallnotes is a project for sharing notes and thoughts by digital notes.

Structure

this project has two parts:

Server side

On the server side, I used socket.io, Express and MongoDB. I used mongodb, I wanted the following to be a large amount of information that can be changed dynamically.

Read more about server side

Client side

On the client side, I used React.Js and tried to keep the components, elements and styles clear. Client side can handle http requests and Socket.IO data.

Read more about client side