This project is a web discussion forum based on the 17 UN objectives.
- HTML: Standard markup language for documents designed to be displayed in a web browser.
- CSS: Language for describing the style of an HTML document.
- JavaScript: Programming language for client-side development.
- PHP: Server-side scripting language designed for web development.
- MySQL: Relational database management system.
- Tailwind CSS: A top-notch utility-first framework for building user interfaces.
(Insert demo link here)
- Clone the repository:
git clone https://github.com/hectordani03/Foro-Web.git - Navigate to the project directory:
cd Foro-Web - Open the
index.htmlfile in your browser.
Customize the project according to your needs. You can modify styles using Tailwind CSS classes, add new sections, or even integrate additional functionalities.
If you want to contribute to the project, follow these steps:
- Fork the repository.
- Create a new branch for your changes:
git checkout -b your-branch-name - Make your changes and commit them:
git commit -m 'Description of your changes' - Push to your branch:
git push origin your-branch-name - Open a pull request on GitHub.
This project is under the MIT License - see the LICENSE.md file for more details.
