Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.05 KB

DJ Notes

This note-taking application is built using React for the front end and Django Rest Framework (DRF) for the back end. It provides users with the ability to create, view, update, and delete notes.

Working [1/2] Working [2/2]
working 1/2 working 2/2

Features

  • Create new notes by specifying a title and content.
  • View a list of existing notes with titles and preview content.
  • Update the content of a note.
  • Delete unwanted notes.

Installation guide

  1. Clone the repository here.
  2. Navigate to the root directory.
  3. Hit npm install to install the dependencies.
  4. Run npm start to launch the project on port 3000.

Access the backend API repository here.