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] |
---|---|
- 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.
- Clone the repository here.
- Navigate to the root directory.
- Hit
npm install
to install the dependencies. - Run
npm start
to launch the project on port 3000.