{"id":19388113,"url":"https://github.com/zakimohammed/react-notsey-app","last_synced_at":"2026-05-06T18:33:39.181Z","repository":{"id":188451005,"uuid":"678767497","full_name":"ZakiMohammed/react-notsey-app","owner":"ZakiMohammed","description":"React notes app (notsey) getting started","archived":false,"fork":false,"pushed_at":"2023-10-08T15:21:50.000Z","size":239,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-22T05:02:23.844Z","etag":null,"topics":["axios","bootstrap","bootswatch","javascript","react","react-context-api","react-icons","react-router-dom"],"latest_commit_sha":null,"homepage":"https://codeomelet.com/posts/react-journey-part-1-getting-started","language":"JavaScript","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/ZakiMohammed.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":"2023-08-15T10:28:53.000Z","updated_at":"2023-08-20T19:01:27.000Z","dependencies_parsed_at":"2024-11-10T10:11:59.489Z","dependency_job_id":"732fe079-2b1f-461b-b675-8a4a436b6546","html_url":"https://github.com/ZakiMohammed/react-notsey-app","commit_stats":null,"previous_names":["zakimohammed/react-notsey-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ZakiMohammed/react-notsey-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Freact-notsey-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Freact-notsey-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Freact-notsey-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Freact-notsey-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZakiMohammed","download_url":"https://codeload.github.com/ZakiMohammed/react-notsey-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Freact-notsey-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271588745,"owners_count":24785751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","bootstrap","bootswatch","javascript","react","react-context-api","react-icons","react-router-dom"],"created_at":"2024-11-10T10:11:48.755Z","updated_at":"2026-05-06T18:33:39.108Z","avatar_url":"https://github.com/ZakiMohammed.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notesy App - React Getting Started\n\nReact notes app (notsey) getting started.\n\n![](https://raw.githubusercontent.com/ZakiMohammed/react-notsey-app/master/banner.png)\n\n___\n\nCheck out the CodeOmelet blog posts for this project:\n\n- [React Journey: Part 1 - Getting Started](https://codeomelet.com/posts/react-journey-part-1-getting-started)\n- [React Journey: Part 2 - States, Props, Events and Hooks](https://codeomelet.com/posts/react-journey-part-1-getting-started)\n- [React Journey: Part 3 - React Routes](https://codeomelet.com/posts/react-journey-part-3-react-routes)\n- [React Journey: Part 4 - Working with Web API](https://codeomelet.com/posts/react-journey-part-4-working-with-web-api)\n- [React Journey: Part 5 - Context API](https://codeomelet.com/posts/react-journey-part-5-context-api)\n\n## Folders:\n\n```\nnotsey\n|-- react-1-init\n|-- react-2-crud\n|-- react-3-routes\n|-- react-4-api\n|-- react-5-context\n|-- README.md\n```\n\n1. React Init: Initial project skeleton and init commands.\n2. React CRUD: List, add and remove operations.\n3. React Routes: Configuring routes and navigation.\n4. React API: Getting data from API.\n5. React Context: Component communications.\n\n## Run Application\n```\nnpm run dev\n```\n\n## Initial Setup\n\n```\nnpm create vite@latest\n# project name: notesy-app\n# framework: react\n# variant: JavaScript + SWC\n\ncd notesy-app\nnpm i\nnpm run dev\n```\n\n## Add Dependencies\n\n```\nnpm i bootstrap\nnpm i bootswatch\n\nnpm i uuid\n\nnpm i react-icons\nnpm i react-router-dom\nnpm i axios\n```\n\n## JSON Server\n\nInstall `json-server` globally:\n\n```\nnpm install -g json-server\n```\n\nAdd npm script in package.json file:\n\n```\n\"scripts\": {\n  \"server\": \"json-server server/db.json --config server/json-server.json\"\n}\n```\n\nRead about json-server from here https://www.npmjs.com/package/json-server.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakimohammed%2Freact-notsey-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakimohammed%2Freact-notsey-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakimohammed%2Freact-notsey-app/lists"}