A Notes App built using Django for the backend and React for the frontend. This project allows users to create, manage, and organize notes efficiently with an intuitive interface.
- User Authentication: Secure login and registration.
- Create, Read, Update, Delete (CRUD) Notes.
- Responsive Frontend built with React.
- REST API Integration using Django REST Framework.
- Backend: Django, Django REST Framework
- Frontend: React, JavaScript, HTML, CSS
- Database: TBD
git clone https://github.com/Marco-campione-github/django-react-notes.git
cd django-react-notes
cd backend
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
cd frontend
npm install
npm start
Contributions are welcome! Please open an issue or submit a pull request.
MIT License
Marco Campione - [email protected]