mechXsteam / notes_frontend

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.

Home Page:https://djnotes.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.

https://djnotes.netlify.app/


Languages

Language:JavaScript 51.3%Language:CSS 34.9%Language:HTML 13.8%