- This design proposes a component that details all the models of a car company and the useful information for each one.
-
If you want to access this project, you need to clone it using the next command in your Git Bash
https://github.com/DumitracheFlorentin/column-preview-component.git
-
Next, you need to open the folder with your IDE, open a new terminal and type the following command to download all the modules you need.
npm install
-
If you do not have gulp installed, run the following command
npm install --global gulp-cli
-
Now, go back to the termninal, type 'gulp' and you can see all the project.
- This design is taken from frontendmentor.io. This website offers numerous projects to be completed and then sent to the community for evaluation.