Go to file
Priyatham Sai Chand 9e7e84dc3c
Update README.md
2022-03-30 12:50:45 +05:30
public add favicon 2021-04-21 11:10:26 +05:30
src footer position fix 2021-04-21 11:09:08 +05:30
.gitignore inital light theme ui 2021-04-20 21:26:54 +05:30
README.md Update README.md 2022-03-30 12:50:45 +05:30
README.old.md inital light theme ui 2021-04-20 21:26:54 +05:30
package-lock.json inital light theme ui 2021-04-20 21:26:54 +05:30
package.json inital light theme ui 2021-04-20 21:26:54 +05:30

README.md

React Workshop 28th-29th March 2022

This is the commands we used to learn React and steps you can follow to finish the project or explore it.

Portfolio

  • Step 1 Install Node.js

  • Step 2: check if npm is properly installed by verifying version.
    npm --version

  • Step 3: Create a project using create-react-app using
    npx create-react-app <project-name>

  • Step 4: go into the project folder using file explorer or using
    cd <project-name>

  • Step 5: Start building the application. Replicate the project or modify the project I uploaded to get your default portfolio website.

  • Step 6 : If replicating my project. Install the packages including additional packages like *@material-ui/icons and uniqid. By typing in the portfolio directory.

    npm install

  • Step 7: To run the portfolio project

    npm start
    see the rendered screen on http://localhost:3000

Additional Readings and Workouts

Everyone, If you feel like you can do more with React. Go ahead and check all these links to the resources below. I personally used them to understand and learn before I could give a talk on react for you all. I hope these can pique your interest more into the massive world of Web Development.

Queries

Feel Free to email me any of your queries to this email address priyathamsaichand@gmail.com