Skip to content

🚀 In this project you can create your own Github Profile Page with the main informations and share it with your friends or put it on your resumè.

Notifications You must be signed in to change notification settings

Lukazovic/github-profiles-next-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Profiles


Web Page   |    Built With   |    About   |    How to Use   |    How to Contribute   |    Author

🔧 Built With

đź“„ About

I've made this project to learn how to deal with NextJS, the new Image component of the v10 and the most interesting thing, in my opinion, SSG. Static site generators (SSG) apply data and content to templates, and generate a view of a page which can be served to the visitors of a site.

The greatest difference between a static site generator and a traditional web application stack, is that instead of waiting until a page is requested and then generating its view on demand each time, a static site generator does this in advance so that the view is ready to serve ahead of time. And it does so for every possible view of a site at build time.

In this project you can create your own Github Profile Page with the main informations and share it with your friends or put it on your resumè.

Read more about SSG in: What is a Static Site Generator? And 3 ways to find the best one.

đź’» How to Use

Online

You can use the App in this site: https://github-profiles-next-app.vercel.app/

Locally

  • Clone the project: git clone https://github.com/Lukazovic/github-profiles-next-app.git;
  • Go to the project folder: cd github-profiles-next-app;
  • Download the dependencies: yarn;
  • Start the application: yarn dev.

It will open a browser page (if it doesn't, go to http://localhost:3000).

🤔 How to Contribute

  • Fork this repository;
  • Create your branch with your feature: git checkout -b my-feature;
  • Commit your feature: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.

Then merge your pull request, you can now delete your branch

đź“ť Author


Lucas Vieira

About

🚀 In this project you can create your own Github Profile Page with the main informations and share it with your friends or put it on your resumè.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published