How should I go about the tribute page project?

I just got to the first project here one freecodecamp and im finding it hard to even know where to start. Im not even sure where to make it and how to check if ive dont it correctly. So far im loving it on freecodecamp ive only been using it for 3 weeks and feel that im learning more then the course i took using udemy but upon getting here to my first project im feeling overwhelmed for some reason. Im not sure why but any suggestions on how to get started would help a lot. Also im having a lot of trouble understanding what a user story is as i dont remember covering that in the curriculum. Thank you

Hello there and welcome! A user story is a tool used in Agile software development to capture a description of a software feature from an end-user perspective. The user story describes the type of user, what they want and why. A user story helps to create a simplified description of a requirement. Basically, you can look at user stories as requirements for the projects.

As for the tribute page, don’t worry too much about making it look a certain way. Take a look at the example that they link you to and study the code if you need. Pick a person or group of people that you admire and start writing about them. It’s easy to get overwhelmed if you try to learn too much at once. Just start by picking someone you want to write about and studying the example page. You’ll start piecing it together once you understand the basic foundation of a web page.

Thank you I understand what user story means now. I just completed the tribute page and basically followed the example which im not proud of but i did manage to do all the html with ease it was just the css i found myself having some trouble with. Thanks for the help