A notes app built with React.js, Django, and Tailwind CSS. Seamlessly manage tasks with easy-to-use CRUD operations. The UI originally inspired from Dennis Ivy, has been tweaked and customized to fit my style perfectly.
- Python
- ReactJS
- Django
- Tailwind CSS
- Vite
npm install pip install virtualenvwrapper-win
mkvirtualenv example workon exampleRun Django Project
pip install django
django-admin startproject example
python manage.py runserverInstall django app
django-admin startapp example For Django
python manage.py runserverFor ReactJS
npm run dev Integration of React and Django with Vite Github Gist: https://gist.github.com/sudarshan24-byte/ded3236d38b15787729de86c6cb420e3

