{"id":15718946,"url":"https://github.com/hritik5102/es6-react","last_synced_at":"2026-04-15T18:31:42.186Z","repository":{"id":134373381,"uuid":"233222578","full_name":"hritik5102/ES6-React","owner":"hritik5102","description":"ES6 and React projects ","archived":false,"fork":false,"pushed_at":"2020-10-22T20:46:06.000Z","size":2199,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T22:29:39.556Z","etag":null,"topics":["axios","fetch-api","github-api","react-router-dom","reactjs","redux","todolist","traversy-media","typescript"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hritik5102.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-11T11:40:16.000Z","updated_at":"2020-10-22T20:46:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"9aecf219-e361-4668-ae89-68dff68533db","html_url":"https://github.com/hritik5102/ES6-React","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hritik5102/ES6-React","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hritik5102%2FES6-React","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hritik5102%2FES6-React/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hritik5102%2FES6-React/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hritik5102%2FES6-React/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hritik5102","download_url":"https://codeload.github.com/hritik5102/ES6-React/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hritik5102%2FES6-React/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31854673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","fetch-api","github-api","react-router-dom","reactjs","redux","todolist","traversy-media","typescript"],"created_at":"2024-10-03T21:54:23.311Z","updated_at":"2026-04-15T18:31:42.167Z","avatar_url":"https://github.com/hritik5102.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"### ES6-React\n\n**Install Typescript**\n\n\u003e $ npm install typescript -g\n\n\u003e $ tsc --init\n\n**Install the latest version of npm module**\n\n\u003e $ npm install npm@latest -g\n\n**Clean Cache**\n\u003e $ npm cache clean --force\n\n**React Script**\n\u003e $ npm install react-scripts@latest\n\n**React Dom**\n\u003e $ npm install --save react-dom\n\n**Create a React App using npm**\n\n\u003e $ npm install -g create-react-app\n\n\u003e $ create-react-app first_app\n\n**Create a React App using npx**\n\n\u003e $ npx create-react-app first_app\n\n**Install bootstrap**\n\n\u003e $ npm i bootstrap@4.1.1\n\n**This will create a production build of your app in the build/ folder of your project**\n\n\u003e $ npm run build\n\n**Install Extension :** [React Extension](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi\n\"React\")\n\n**For the most efficient Brunch production build, install the terser-brunch plugin:**\n\n\u003e $ npm install --save-dev terser-brunch\n\n**For the most efficient Browserify production build, install a few plugins**\n\n\u003e $ npm install --save-dev envify terser uglifyify \n\n**How to use production build :** [React docs](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build\n\"React docs\")\n\n**Component Lifecycle Methods**\n\n* **componentWillMount** : Immediately before initial rendering \n* **componentDidMount**  : Immediately before after rendering (this will call only one time) \n* **componentWilUpdate** : Before rendering , after receiving new props or state\n* **componentDidUpdate** : After component updates are flushed to DOM \n\n### `npm start`\n\nRuns the app in the development mode.\u003cbr /\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\n\n**Github Search Engine**\n\n\u003cdiv align=\"center\" style='width:500px;'\u003e\n    \u003cimg src='assets/github-search-engine.gif'\u003e\n\u003c/div\u003e  \n\n**To do list**\n\n\n\u003cdiv align=\"center\" style='width:500px;'\u003e\n    \u003cimg src='assets/todo.gif'\u003e\n\u003c/div\u003e\n\n**Fetch github api**\n\n\u003cdiv align=\"center\" style='width:500px;'\u003e\n    \u003cimg src='assets/fetch.gif'\u003e\n\u003c/div\u003e\n\n\u003ch3 align=\"center\"\u003e\n\u003cb\u003e\u003ca\u003e Developed with :heart: by \u003ca href= \"https://hritik5102.github.io/\" \u003e Hritik Jaiswal\u003c/a\u003e\n\u003c/b\u003e\u003c/h3\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhritik5102%2Fes6-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhritik5102%2Fes6-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhritik5102%2Fes6-react/lists"}