Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shearichard/django-react-todo-demo

Demonstration of using Django and React to make a Todo app
https://github.com/shearichard/django-react-todo-demo

django django-framework django-rest-framework react reactjs

Last synced: about 9 hours ago
JSON representation

Demonstration of using Django and React to make a Todo app

Awesome Lists containing this project

README

        

# Using Next.js or React with Django

This project is intended for use in workshops etc to demonstrate an 'end-to-end' experience of using [React](https://react.dev/) and [Nextjs](https://nextjs.org/docs), on the front end (there is a choice of front ends), and [Django](https://www.djangoproject.com/) on the backend.

![Screenshot of nextjs frontend.](doco_assets/README.md-assets/nextjs-home-splash.png)

## Using the Project

To demonstrate the project in use it's necessary to start both a Django instance and to use the React, or the Next.js, development server. Notes on how to do this are in the associated README linked from below.

- [Django](./README_DJANGO.md)
- [Next](./README_NEXT.md)
- [React](./README_React.md)