Welcome to the Flower repository! This collection includes illustrative examples and tutorials focused on web technologies such as HTML, SCSS, and JS.
To obtain the source code, use the following Git command:
$ git clone https://github.com/JessicaaSun/flower-blooming.git
Make sure to install Ruby, which is required for processing SCSS.
sudo npm install -g sass
Connect the SCSS file with HTML using the following command:
$ sass --watch style.scss:style.css
Additionally, ensure that the JS file is linked with the HTML file.
Once these steps are completed, you can successfully run the project.
Feel free to explore the examples and tutorials provided in this repository. Happy coding!