Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 945 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 945 Bytes

Notes App

Description

Simple webapp using react.js (Frontend), mongoDB and Express(Backend) that keeps note locally, built as a part of challange on Angela course on udemy. On this webapp u can add and delete items, it stores it on local mongodb.

How to run

  • Clone the repository.
  • Open the terminal
  • Enter to the server folder and and start it by writing in the terminal nodemon server.js
  • Execute mongoDB server with mongod/robo3T
  • Enter to frontend folder and write in the terminal npm start
  • Have fun 😎

Screenshots

One note added

image

Writing note expanded

image

Delete exists note

image