Metadata-Version: 2.1
Name: djReact
Version: 2.1.1
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django>=3.0

# djReact

![GitHub](https://img.shields.io/github/license/MixoMate-OpenSource/djReact)
<!-- ![GitHub release (latest by date)](https://img.shields.io/github/v/release/MixoMate-OpenSource/djReact) -->
![Django Version](https://img.shields.io/badge/Django-%5E4.0.0-blue)
![React Version](https://img.shields.io/badge/React-%5E17.0.2-blue)

**djReact** is a tool for quickly creating Django projects with integrated React frontend.

## Installation

You can install **djReact** directly from its GitHub repository using pip:

```bash
pip install djReact
# or direct from github
pip install git+https://github.com/MixoMate-OpenSource/djReact
```
## Usage
After installing `djReact`, you can use the `djReact` command to create a new Django project with integrated React frontend. Simply run the following command:
```bash
djReact mywebsite
```
Replace `mywebsite` with the desired name for your Django project.

## Features
- Seamless integration of Django and React.
- Automated setup of Django project structure.
- Easy-to-use command-line interface.

## Contributing
Contributions are welcome! If you'd like to contribute to djReact, please follow these guidelines:

1. Fork the repository and create  your branch from main.
2. Make your changes and ensure the code follows the project's coding style.
3. Write tests to cover your changes.
4. Open a pull request with a detailed description of your changes.

## License
This project is licensed under the [MIT License](http://asd.sd).


In this example, I've added badges for Django and React versions using the `shields.io` service.

