Skip to content

A notes app built with React.js, Django, and Tailwind CSS. Seamlessly manage your tasks with easy-to-use CRUD operations.

Notifications You must be signed in to change notification settings

sudarshan24-byte/ReactDjangoNotesApp

Repository files navigation

ReactDjangoNotesApp

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.

Technology Used

  • Python
  • ReactJS
  • Django
  • Tailwind CSS
  • Vite

Screenshots

Screenshot 2023-07-23 121458

Screenshot 2023-07-23 121436

Installation

Install dependencies

  npm install

Django setup

Create Virtual Environment

  pip install virtualenvwrapper-win
  mkvirtualenv example

Active Virtual Environment

  workon example

Run Django Project

  pip install django
  django-admin startproject example
  python manage.py runserver

Install django app

  django-admin startapp example 

Run Server

For Django

  python manage.py runserver

For ReactJS

  npm run dev 

Github Gist

Integration of React and Django with Vite Github Gist: https://gist.github.com/sudarshan24-byte/ded3236d38b15787729de86c6cb420e3

Profile

portfolio

linkedin

About

A notes app built with React.js, Django, and Tailwind CSS. Seamlessly manage your tasks with easy-to-use CRUD operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published