Build An Interactive NoteBook application Using Django, React and tailwind
In this article we'll be building a responsive notebook application with Django, React and Tailwind CSS. The design inspiration is gotten from dribble
Let's have a preview of our notebook application on mobile and desktop
Backend
Create the django project
django-admin startproject notebook
python manage.py