Welcome developers, in this project, we are learning database using the structured query language from scratch.
To successfully have access to this project code, do follow the instructions below.
- Open your web browser and go to the GitHub repository: https://github.com/abigail-dev-build/alx_javascript
- On the repository page, click on the "Code" button. This will reveal a dropdown with the repository URL.
- Copy the URL
- In the terminal or command prompt, use the git clone command followed by the repository URL you copied earlier.
- After cloning, you can navigate into the cloned repository directory using the cd command. For example, the repository is named "alx_javascript", use: 'cd Cookies_local_storage'
- You can now explore and read the project files using any text editor or file viewer on your computer. The cloned repository contains all the files and folders of the project, allowing you to review the code, documentation, and any other resources.
To learn more about advanced HTML, take a look at the following resources:
- Learn HTML- resources for developers by developers.
- Learn HTML and CSS - an interactive HTML and CSS tutorial.