A note for Hacktoberfest Participants:
Not just only add you data and stop, Try to dive into React and raise issue with an idea or enhancement of the project.
Pull requests which improve the codebase, documentation, or other aspects of the project and are in line with the core values of the event will be good to go.
cd React-First-Contrib
npm install
npm start
Navigate to the directory src/data.json
with the following content:
{
"id": 2,
"image":"https://github.com/suubh.png",
"title": "Shubham Singh",
"Github": "https://github.com/suubh"
}
This project was bootstrapped with Create React App.