{"id":19664951,"url":"https://github.com/cudi7/pixelform-front","last_synced_at":"2025-10-10T05:39:46.889Z","repository":{"id":118729064,"uuid":"556696704","full_name":"Cudi7/PixelForm-front","owner":"Cudi7","description":"Front-end form app build with React, NextJS, TypeScript, MUI, Redux, RTK Query","archived":false,"fork":false,"pushed_at":"2022-10-28T09:59:47.000Z","size":219,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T03:50:06.039Z","etag":null,"topics":["formik-yup","jest","mui","nextjs","react","reacttestinglibrary","redux-toolkit","rtk-query","typescript"],"latest_commit_sha":null,"homepage":"pixelform.vercel.app","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/Cudi7.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":"2022-10-24T10:42:29.000Z","updated_at":"2022-10-28T09:58:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3d9865a-7f70-4ae7-a5d6-3d7862201ddf","html_url":"https://github.com/Cudi7/PixelForm-front","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Cudi7/PixelForm-front","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cudi7%2FPixelForm-front","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cudi7%2FPixelForm-front/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cudi7%2FPixelForm-front/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cudi7%2FPixelForm-front/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cudi7","download_url":"https://codeload.github.com/Cudi7/PixelForm-front/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cudi7%2FPixelForm-front/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002889,"owners_count":26083468,"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-10-10T02:00:06.843Z","response_time":62,"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":["formik-yup","jest","mui","nextjs","react","reacttestinglibrary","redux-toolkit","rtk-query","typescript"],"created_at":"2024-11-11T16:19:44.775Z","updated_at":"2025-10-10T05:39:46.848Z","avatar_url":"https://github.com/Cudi7.png","language":"TypeScript","readme":"# \u003ch1 align=\"center\"\u003eNext.js with TypeScript (Users and Texts App)\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cstrong\u003eBack-end form app build with \u003ccode\u003eNode.js\u003c/code\u003e\u003c/strong\u003e\n\u003c/div\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://nodejs.org/api/documentation.html#documentation_stability_index\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square\"\n      alt=\"API stability\" /\u003e\n  \u003c/a\u003e\n    \u003ca href=\"https://travis-ci.org/choojs/choo\"\u003e\n    \u003cimg src=\"https://img.shields.io/travis/choojs/choo/master.svg?style=flat-square\"\n      alt=\"Build Status\" /\u003e\n  \u003c/a\u003e\n  \u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003csub\u003eBuilt with ❤︎ by\n  \u003ca href=\"https://www.linkedin.com/in/cudi7/\"\u003eRoger Codina\u003c/a\u003e\n\u003c/div\u003e\n\u003c/br\u003e\nLive  examples:\n\u003c/br\u003e\n\n\u003cul\u003e\n\u003cli\u003e \u003ca href=\"https://pixelform.vercel.app/\"\u003e\n    pixelFormFront\n  \u003c/a\u003e\n\u003c/li\u003e\n\n\u003c/ul\u003e\n\n## Why?\n\nThe why is simple, I wanted to refresh my full stack skills building a short but concise app using all the stack that you will read below.\n\nAfter this little training I'm going to execute something bigger, I will build an Amazon Clone, \u003ca href=\"https://github.com/Cudi7/Amazon-clone\"\u003echeck it out!\u003c/a\u003e\n\n## Stack\n\nIn this app I used:\n\n### Front\n\n- Typescript\n- React with Nextjs\n- Material-UI\n- Redux Toolkit with RTK Query\n- Usual hooks, plus, useContext, useCallback and useMemo\n- Formik + Yup\n- React testing library and Jest (no testing yet)\n\n### \u003ca href=\"https://github.com/Cudi7/PixelForm-back\"\u003eBack\u003c/a\u003e\n\n- Typescript\n- NodeJS\n- Express\n- MongoDB\n\n## What can you do?\n\nAdd, update, delete, delete many, search, filter, sort\n\n## Installation\n\n`cd` in folder and execute:\n\n```bash\nnpm install\n```\n\n```bash\nnpm run dev or npm run start\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcudi7%2Fpixelform-front","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcudi7%2Fpixelform-front","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcudi7%2Fpixelform-front/lists"}