Skip to content

GitChunk/learn-react

 
 

Repository files navigation

Personal Information:

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)

Getting Started

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.

Learn More

To learn more about React.js, take a look at the React Documentation

What to Submit?

Submit all changes made to files in src/pages/qcomps in Canvas class activity for the day.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.3%
  • CSS 13.7%