A repository tracking changes to files and folders in my Materialize CSS Tutorial project. I'd like to share this with the community.
You can clone or download this repository to your local machine using the link below:
https://github.com/collinsduzzy/M
-
If you have downloaded the ZIP file of the repository, extract the contents to a prefered directory in your machine.
-
Open the folder 'M' with your preferred text editor.
-
The code/files of the latest commit [Updated Documentation] would be displayed.
-
Otherwise indicated, each commit represents a lesson. Use the terminal to run the following command to view all commits/lessons:
git log --oneline
-
To view the code/resources for each lesson, run the following command:
git checkout [commit_id]
Example: git checkout [1bccc442]
-
To shelve any local changes made to the files before switching to another commit, use the following command:
git stash
- git
- GitHub
- Code Editor (VSCode recommended)
- Web Browser (Google Chrome recommended)
- Terminal (cmd recommended)
- Materialize CSS - A responsive CSS framework
- Khaled Ipsum - Used to generate dummy content
- Olive Magazine - Images of recipes
- All Recipes - Images of recipes
- Collins Okoroafor - Project Lead - collinsduzzy
This project is licensed under the MIT License - see the LICENSE.md file for details