{"id":19288288,"url":"https://github.com/muchokidavid/react-hooks-week-1-code-challenge","last_synced_at":"2026-05-15T11:07:29.662Z","repository":{"id":207752061,"uuid":"716964881","full_name":"MuchokiDavid/react-hooks-week-1-code-challenge","owner":"MuchokiDavid","description":"React-hooks-Bank Transactions tables, Fetch and form data","archived":false,"fork":false,"pushed_at":"2023-11-15T10:02:24.000Z","size":589,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-05T19:26:02.032Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://react-code-challenge-ikmh.onrender.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MuchokiDavid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-10T08:52:55.000Z","updated_at":"2023-11-17T10:34:32.000Z","dependencies_parsed_at":"2023-11-17T12:46:29.122Z","dependency_job_id":null,"html_url":"https://github.com/MuchokiDavid/react-hooks-week-1-code-challenge","commit_stats":null,"previous_names":["dmmuchoki7/react-hooks-week-1-code-challenge","muchokidavid/react-hooks-week-1-code-challenge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuchokiDavid%2Freact-hooks-week-1-code-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuchokiDavid%2Freact-hooks-week-1-code-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuchokiDavid%2Freact-hooks-week-1-code-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuchokiDavid%2Freact-hooks-week-1-code-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuchokiDavid","download_url":"https://codeload.github.com/MuchokiDavid/react-hooks-week-1-code-challenge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240392897,"owners_count":19794173,"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","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":[],"created_at":"2024-11-09T22:08:35.776Z","updated_at":"2026-05-15T11:07:24.641Z","avatar_url":"https://github.com/MuchokiDavid.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Introduction\n\nFor this project, I’ll be building out a React application that displays a list of my recent bank transactions, among other features.\n\nThe instructions below will walk I through the process of ideation and planning my app: deciding on my user interface, planning how the information will be laid out on the page, etc. I should work through all the planning steps before I start doing any coding.\n\n## Requirements\n\nFor this project, I must:\n\n1. Have a well-written README file.\n2. Fetch data from a local server running JSON DB server.\n\n## Technologies Used\n- NodeJS\n- React\n- Git\n- Tailwind\n- NPM\n\n## Project Setup \u0026 Pre-requisite Data\n\n1. In my project directory, create a db.json file and use this dataLinks to an external site. for my server DB.\n2. Run this command to get the backend started: json-server --watch db.json\n3. Test my server by visiting this route in the browser: http://localhost:8001/transactions\n\n### Project Setup\n\nOnce I have the plan in place for the application I want to build take the following steps:\n\n1. Create a new project folder.\n2. Create a new GitHub repository (NB: ENSURE IT IS PRIVATE).\n3. Add TM as a contributor to the project. (This is only for grading purposes. We promise we won't steal my code)\n4. Please make sure I regularly commit to the repository.\n\n### Project Guidelines\n\nmy project should conform to the following set of guidelines:\n\n### Core Deliverables\n\nAs a user, I can:\n\n1. See a table of all transactions.\n2. Fill out and submit the form to add a new transaction. This should add the new transaction to the table * the new transaction does not have to be persisted to the backend *\n3. Filter transactions by typing into the search bar. Only transactions with a description matching the search term should be shown in the transactions table.\n\n## Bonus Deliverables\n\nThese bonus deliverables are here for extra challenge and won't affect score. Make sure to commit my work to save my progress before attempting the bonus deliverables!\n\nAs a user, I should be able to:\n\n- Sort transactions alphabetically by category or description.\n\n- Delete a transaction which will remove it from the table\n\n\n## License\n\nThis project is licence under MIT License community standards\n\n## Author\n\n- David Munuhe Muchoki\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuchokidavid%2Freact-hooks-week-1-code-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuchokidavid%2Freact-hooks-week-1-code-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuchokidavid%2Freact-hooks-week-1-code-challenge/lists"}