A modern, animated landing page showcasing Django - the web framework for perfectionists with deadlines. Built with React, Vite, and styled with Tailwind CSS.
git clone https://github.com/your-username/django-business-landing.git
Navigate to the project directory:
cd django-business-landing
Install dependencies:
npm i
npm run dev
npm run build
βββ src/
| |ββ Components/
| | |ββDjango.jsx
β βββ App.jsx
| |ββ index.css
β βββ main.jsx
βββ public/
βββ index.html
βββ package.json
βββ tailwind.config.js
βββ vite.config.js
βββ README.md
The project uses Tailwind CSS for styling. You can modify the colors in the tailwind.config.js
file:
module.exports = {
theme: {
extend: {
colors: {
// Add your custom colors here
}
}
}
}
Main content can be edited in src/Components/Django.jsx
.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)Your Name
Give a βοΈ if you like this project!