A collection of PHP mini projects for beginners to try or anyone. Have fun.
In this mini project we build a search based system using jquery. Its actually a task lists or todo app. You can add, remove and search your tasks or todos. View the full video here: https://youtu.be/4KsuTbOrVRk
In this mini project we create a parent child task list. Each parent task can have a list of child tasks. Check out the full video here : https://youtu.be/8F-cK0YwZo0
Build an awesome mp3 player in this mini project. We learn about file uploads and playing media with javascript. Check out the full video here: https://youtu.be/xxhGujNd9cE
Build a really cool quiz in this mini project. We do mostly crud operations here. Learn about insert, update and performing different queries to you MySQL database. Check out the full video here: https://youtu.be/4JTs9gtMx7U
Build or minic a voting machine in this mini project. We don't use a database here. We use multi-dimensional arrays as our datasource. We also work with Chart.js here so you can learn how to do that. Check out the full video here: https://youtu.be/aAkf8Yopskc
Build an advanced calculator in this mini project. This calculator can do multiple additions and subtractions and stuff. We dont use a database but we do some awesome things with arrays. Check it out here: https://youtu.be/QLElPzQRol4 We then gave it some styling in another video -
Build a Code Snippet Manager to keep track of all your favorite code snippets. In this tutorial we work with highlight.js to view code on our website. We do CRUD operations to save and update our code snippets as well. Check it out here: https://youtu.be/G7-aNLuPkQ8
Build a Tic tac toe game using only PHP. Check it out here: https://youtu.be/nlfZ6IegS9A
Build a timetable using hardcode arrays and mysql database.
Check it out here - https://github.com/wftutorials/php-mini-projects/tree/main/kanban
In this project we create login forms, registration forms, forget password forms. You can get and idea how to implement these principles in your project. Check it out here - https://github.com/wftutorials/php-mini-projects/tree/main/user-registration
Build an app that stores youtube links and displays them in and embedded frame. Check it out here - https://github.com/wftutorials/php-mini-projects/tree/main/vue-youtube-bookmarks
We build a simple events manager. Really were are trying to see if we can replace jquery using bootstrap and vue.js. Check it out here - https://github.com/wftutorials/php-mini-projects/tree/main/events-with-vue
A simple project to create PDF files easily. Check it out here - https://github.com/wftutorials/php-mini-projects/tree/main/php-pdf-creator
A simple backup manager. Zip your files on command Check it out here - https://github.com/wftutorials/php-mini-projects/tree/main/backup-manager
A Simple file manager built with PHP. Check it out here - https://github.com/wftutorials/php-mini-projects/tree/main/simple-file-manager
Offload your time intensive tasks to a task runner to execute via CLI. Check it out here - https://github.com/wftutorials/php-mini-projects/tree/main/simple-task-runner
Using this to create a little queue without using a database. Check it out here - https://github.com/wftutorials/php-mini-projects/tree/main/fifo-queue
Build a simple hangman game with php Check it out here - https://github.com/wftutorials/php-mini-projects/tree/main/hangman