Live at: https://blogsite-az.netlify.app/
Backend :
• Python/Django
• Django REST Framework – to make an API of Blogs.
• Django cors-headers - for handling the server headers required for Cross-Origin Resource Sharing (CORS).
• Django CKEditor– is a WYSIWYG rich text editor which enables writing content directly inside of web pages or online applications.
• Django cloudinary-storage - to store media/static files in a cloud storage.
Frontend :
• ReactJs
• Tailwind CSS – to customize the design.
• React router – used to define multiple routes.
• React Hooks – useState(to have state variables in functional components) and useEffect(to tell React that the component needs to do something after render like data fetching from API).
• Axios – to make HTTP requests from node. js or XMLHttpRequests from the browser.
• Flowbite – to get a responsive Navbar.