A system that allow the user to Add courses(Add the course name, course price and description) and display it in a table.
1- Press at the link: Github CRUD System repository.
2- Click at code button.
3- Clone the repository to your device.
4- Open gitBash.
5- Move to path you want at your device ➡ cd (the name of your path - without the braces).
6- Write ➡ git clone (paste the link of the repository - without the braces).
7- Press Enter to clone it.
8- Write ➡ code.
9- Open index.html file.
10- Right-click with the mouse.
11- Select open with live server.
- Html5 ➡ To make the structure of the website.
- Css3 ➡ To add colors, position ..etc to the elements.
- JavaScript ➡ Adding interactive behavior to web pages.