{"id":20027736,"url":"https://github.com/sinavahabi/ashpazsho-mini-project","last_synced_at":"2026-04-10T12:31:32.176Z","repository":{"id":197995506,"uuid":"695109885","full_name":"sinavahabi/ashpazsho-mini-project","owner":"sinavahabi","description":"Ashpazsho Web Application","archived":false,"fork":false,"pushed_at":"2024-06-21T16:41:04.000Z","size":15396,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T04:43:45.143Z","etag":null,"topics":["api","bootstrap5","css3","error-handling","flexbox","form-validation","git","html5","javascript","json","json-server","react","react-bootstrap","react-components","react-hooks","react-router-dom","responsive-design","responsive-website","sass","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/sinavahabi.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-09-22T11:29:13.000Z","updated_at":"2024-06-21T16:41:08.000Z","dependencies_parsed_at":"2023-11-12T08:23:55.621Z","dependency_job_id":"d99fdcdf-919e-4624-a818-fa1a80da9302","html_url":"https://github.com/sinavahabi/ashpazsho-mini-project","commit_stats":null,"previous_names":["sinavahabi/ashpazsho-mini-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sinavahabi/ashpazsho-mini-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinavahabi%2Fashpazsho-mini-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinavahabi%2Fashpazsho-mini-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinavahabi%2Fashpazsho-mini-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinavahabi%2Fashpazsho-mini-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sinavahabi","download_url":"https://codeload.github.com/sinavahabi/ashpazsho-mini-project/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinavahabi%2Fashpazsho-mini-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31642689,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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":["api","bootstrap5","css3","error-handling","flexbox","form-validation","git","html5","javascript","json","json-server","react","react-bootstrap","react-components","react-hooks","react-router-dom","responsive-design","responsive-website","sass","typescript"],"created_at":"2024-11-13T09:11:34.394Z","updated_at":"2026-04-10T12:31:32.145Z","avatar_url":"https://github.com/sinavahabi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Ashpazsho Application\n\n***Technologies***: React TS, TypeScript, HTML5, CSS3, Bootstrap5, Sass\n\n***Topics***: react-components, typescript, json-server, react-hooks, react-router-dom, fontawesome5, sass, html5, css3, error-handling, user-management, grid-layout, webapi, form-validation, responsive-website, responsive-design, flexbox, bootstrap5, jalali-date, git\n\n## Instructions\n**Create React App**\n\n    npx create-react-app react-app --template typescript\n    \n**Setup TypeScript Config File**\n\n*tsconfig.json*\n\n    {\n      \"compilerOptions\": {\n        \"target\": \"ES2020\",\n        \"lib\": [\n          \"dom\",\n          \"dom.iterable\",\n          \"esnext\"\n        ],\n        \"allowJs\": true,\n        \"skipLibCheck\": true,\n        \"esModuleInterop\": true,\n        \"allowSyntheticDefaultImports\": true,\n        \"strict\": true,\n        \"forceConsistentCasingInFileNames\": true,\n        \"noFallthroughCasesInSwitch\": true,\n        \"module\": \"esnext\",\n        \"moduleResolution\": \"node\",\n        \"resolveJsonModule\": true,\n        \"isolatedModules\": true,\n        \"noEmit\": true,\n        \"jsx\": \"react-jsx\"\n      },\n      \"include\": [\n        \"src\"\n      ]\n    }\n\n**Run Development Server**\n\n    npm run start\n\n**Install React Router Dom V6**\n\n    npm install react-router-dom\n\n**Install JSON-Server**\n\n    npm install json-server\n    \n*package.json*\n\u003e \"server-recipes\": \"json-server --watch database/recipes.json --port 5000\",\n\n\u003e \"server-users\": \"json-server --watch database/users.json --port 5001\"\n\n**Install Sass**\n\n    npm install sass\n\n**Install Font Awesome 5**\n\n    npm i --save @fortawesome/free-solid-svg-icons\n    npm i --save @fortawesome/free-regular-svg-icons\n    npm i --save @fortawesome/free-brands-svg-icons\n\n**Install Bootstrap**\n\n    npm install react-bootstrap bootstrap\n\n**Setup Bootstrap**\n\n*index.tsx*\n\n    import \"bootstrap/dist/js/bootstrap\"\n    import \"bootstrap/dist/css/bootstrap.rtl.min.css\"\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinavahabi%2Fashpazsho-mini-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinavahabi%2Fashpazsho-mini-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinavahabi%2Fashpazsho-mini-project/lists"}