Skip to content

DumitracheFlorentin/profile-card-component

Repository files navigation

Documentation

Design preview for the Profile card component coding challenge

Profile card component

  • This design implements a man's profile along with his statistics such as followers, likes, number of pictures.

Access the project

  • If you want to access this project, you need to clone it using the next command in your Git Bash

    https://github.com/DumitracheFlorentin/profile-card-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.

Credits

  • This design is taken from frontendmentor.io. This website offers numerous projects to be completed and then sent to the community for evaluation.