git remote add origin https://github.com/yulondawyatt/yulonda_front-end_portfolio_PROJECT.git git branch -M main git push -u origin main
The purpose of this beginner project is to show how much of the front-end coding learning has been absorbed. The project should include HTML files, CSS files, JavaScript files, at least one API, and a README.md file. Below I have marked off the tasks that I feel I have sucessfully completed. If a task is not marked with an [x] I feel that I have not completed the task.
* [X] Have a deployed front-end application.
* [x] Allow for user interaction through button clicks.
* [] Allow for user interaction through form inputs.
* [] Make requests to an external API.
* [X] Hava a theme and a unique product design.
1. [X] Create a GitHub repository and upload your code to it.
2. [X] Your GitHub repository should have a 'readme.md' file with setup instructions for your application.
3. [X] Your project should have a coherent theme and narrative.
4. [x] You project should be deployed to the web. Include a URL to your deployed website in the 'readme.md' file.
5. [X] Your application must have at least two '.html' files that are connected.
6. [X] Your application must include one or more '.css' files that are linked to one or more pages.
7. [] Your application must include one or more '.js' files that are linked to one or more pages.
8. [] You must make use of CSS Grid to organize your content on at least one of your pages.
9. [X] You must use the ':hover' selector in at least one CSS rule.
10. [] You must use an HTML form on at least on one of your pages.
11. [x] All of your pages must have some visual changes that occur when the screen is a different size.
Mastery rubric:
This section of the project is designed to measure your increasing skill at writing good code and following best practices. To view components of the mastery rubric, view the appropriate assignment on Canvas.
....