VTVIMAL / React-Django-NotesApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Django-NotesApp

A simple notes app made using django rest framework as backend and react on the forntend

Insights

  • Took a step into learing how to use react with django
  • Learned to use the api developed using djanog-rest-framework
  • Learned to deal with Django CORS( CROSS ORIGIN RESOURESE SHARING )

    credits: Dennis Ivy YouTube

    Create Note

  • The first line created automatically turns to a heading/title for that note
  • The note can be save using the back button or by clicking the done

    Edit Note

  • Edit a note by adding necessary content press back to save changes

    Delete Note

  • Delete a note by either clicking the delete button or by removing all content and pressing the back button

    Api Routs

    All Notes Api

    Individual Note Api

  • About


    Languages

    Language:Python 49.6%Language:JavaScript 25.4%Language:CSS 17.5%Language:HTML 7.6%