Skip to content

Web application with Django and ReactJS that allows you to keep your Notes

Notifications You must be signed in to change notification settings

IsAyka1/NotesList

Repository files navigation

Notes List

Notes-app Django Python

Project Description

This is web application with Django and ReactJS. You can use Notes List for recording information from different sources or to remind yourself of something.

Interface

Note has a short title and a content.

It already shows you all your existing Notes or tell you if there're no Notes

  • Add

Add new Note to your list

  • Delete

Delete your Note from your list

API

  • /api/v1/notes - GET

Get all existing Notes

  • /api/v1/notes - POST

Create a new Note

  • /api/v1/notes/{id} - DELETE

Delete existing Note

Technology stack

There were used

  • Django/Django-Rest-Framework to create an API.
  • ReactJs to create a view

Preview

Screenshot from 2023-01-18 13-32-56

About

Web application with Django and ReactJS that allows you to keep your Notes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published