Full Name: Dennis Hernandez (I did this already in main branch before cloning so i am putting this here so that there is something to push the nuew bracnh to the remote repository)
First, fork this repository and clone it to your local machine.
Then, run the development server:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the an image displayed.
Next, create a new branch using the following command:
$ git checkout –b mmddyyyy
Add your name to the README.md file.
Add modified/new files to branch using:
$ git add /path/to/file
$ git commit -m "message"
Push new branch to origin (first time pushing to branch):
$ git push origin branch-name
Standard push (for subsequent pushes):
$ git push
The file pages/index.js
is the starting page of the app.
To learn more about React.js, take a look at the React Documentation
Submit all changes made to files in src/pages/qcomps
in Canvas class activity for the day.