{"id":15862750,"url":"https://github.com/alan345/level-path","last_synced_at":"2025-04-01T20:45:11.985Z","repository":{"id":245527939,"uuid":"818526018","full_name":"alan345/level-path","owner":"alan345","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-15T17:38:04.000Z","size":702,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T13:38:13.908Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/alan345.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":"2024-06-22T04:43:15.000Z","updated_at":"2024-07-15T17:38:07.000Z","dependencies_parsed_at":"2024-06-22T16:14:17.710Z","dependency_job_id":"c9d9fe3f-028a-45eb-be0d-ee3d46c52b87","html_url":"https://github.com/alan345/level-path","commit_stats":{"total_commits":41,"total_committers":1,"mean_commits":41.0,"dds":0.0,"last_synced_commit":"324dcad361035056242bec1877a966d3b7a026bd"},"previous_names":["alan345/level-path"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan345%2Flevel-path","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan345%2Flevel-path/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan345%2Flevel-path/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan345%2Flevel-path/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alan345","download_url":"https://codeload.github.com/alan345/level-path/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246709918,"owners_count":20821298,"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-10-05T22:42:13.556Z","updated_at":"2025-04-01T20:45:11.966Z","avatar_url":"https://github.com/alan345.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Levelpath frontend take-home task\n\n### Task\n\nImplement a list of today's birthdays using Wikipedia's \"On this day\" API.\n\n### Requirements\n\n- Initially there must be a button. Data is fetched and displayed after the button is clicked.\n- Entries should be ordered by their year.\n- \"Loading\" message/UI component must be shown while data is being fetched.\n- Error modal must be shown when fetching data has failed.\n\n### Implementation requirements\n\n- React framework and global state management solution of your choice (Context, Redux, MobX, etc.) must be used.\n- Provide some basic styling with custom css or css-in-js solution of your choice.\n- You can use whatever React project boilerplate, tools and libraries you like.\n- TypeScript is preferred over JavaScript.\n- Application parts must have tests, however it's not necessary to have full test coverage, write at least a single one for every type of test. As an example for imaginary Redux project: action creator, reducer, asynchronous functions, UI component render, UI component user interactions are different types of tests.\n\n### Submitting\n\n- Please bundle your homework using `git bundle create lp-fe-homework.bundle --all`\n- Attach the bundle file to an email and send as a reply to the initial homework email\n- We will then extract it using `git clone lp-fe-homework.bundle` on our side\n\n---\n\n# version: 2023-07-31\n\n# Printscreen\n\u003cimg width=\"1536\" alt=\"image\" src=\"https://github.com/alan345/level-path/assets/15246526/bb55a285-c9bf-4ad5-84d5-82ff810188c2\"\u003e\n\n\n# Getting Started with Create React App\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\\\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n## Tests\n\u003cimg width=\"590\" alt=\"image\" src=\"https://github.com/alan345/level-path/assets/15246526/4fe1d8aa-9548-4755-9e6f-e57c8fbcab59\"\u003e\n\n## api key (For demo only)\n\nClient ID:\ne8100d264063cbe389ced0789e402eef\nClient secret:\ne98fffeb3097a1f4ef44939657ac30e80f40d289\nAccess token:\neyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJlODEwMGQyNjQwNjNjYmUzODljZWQwNzg5ZTQwMmVlZiIsImp0aSI6ImJhYTQ1ZTk1MGIxNjU1YTcxZWEyZjQzNWFhMDM1Y2VlZTYxOWM1ZDM2ZTFjMzhlNjFhNzYwZDQ0OTU5OWY3MWI2NDI1NDA2OGYyZGM0MDE0IiwiaWF0IjoxNzE5MDM4Mjg4LjI5OTc1NCwibmJmIjoxNzE5MDM4Mjg4LjI5OTc1NywiZXhwIjozMzI3NTk0NzA4OC4yOTYzNjQsInN1YiI6Ijc1OTI3OTAzIiwiaXNzIjoiaHR0cHM6Ly9tZXRhLndpa2ltZWRpYS5vcmciLCJyYXRlbGltaXQiOnsicmVxdWVzdHNfcGVyX3VuaXQiOjUwMDAsInVuaXQiOiJIT1VSIn0sInNjb3BlcyI6WyJiYXNpYyJdfQ.SWtfjEjK0Uj4UT4eEM8UL_YVQ3df8dy99pCHBR_flagQWZNbsg4rJJ5AZmr5oCBJ45AElQXvF0bPhEezs6K8gBzw6q4WI-3n9Pfsc3hOKc_G2UCk6LggV06P8LqypbWwevnnh28vJuxpT6K3a2vAjuOdQOqhpaXanKvwg-tKyDlmsBWQFjDYRDYsXn7XPHK3Xd9kp_J9BxaAqQmthXKRIr3Q87bKp-\\_QShbVEWQrPNA-qQbuxnb8JU0OQsCSHq4C7ExTU3yU7lzqxcTQwJIeONSEfc6zdC9JAEQBfOJfSIk8QSy7vTESSyHOvaEnjYR6NHGtTEjZqSzfeOqsVvoDpAQs3irHjaGJhR7Ib1jF31sO7NPlCmFfC-zNtiI13MZgzn2ih9QTwU8TxY3wnYuc7UOA7Y0VaWFdAupr0lv06EltBkIQH1pJaJRhCY1uoX4zVZM71Drw3prRjUMZFLwDh85p9TcgLlUGHGL8RgfG596IHIr-Hd5cVORxf9C_0BTR_r3Ki71LE1kGH89o96yaK8E8F-zmsRLvrSeMHj09sZ0dYqWicubZWrI44dirBmpW8IxV1vNxPbBs-kwSYDT4kAPGKZ-1kPQmweQBtUUiCwoGB0WUTm3BBe4220W1qPMoSG7PJ3C9k9VxOKypiAwFek1BMVmY0cTZuWd3kTIYAp0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falan345%2Flevel-path","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falan345%2Flevel-path","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falan345%2Flevel-path/lists"}