Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adamborowski committed Jan 25, 2023
1 parent 45139ae commit 7171d07
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Listing Repositories

## Requirements

* search GitHub repositories using GraphQL API
* be able to easily integrate with Fetch API
* support multiple backend schemas (ie. legacy backend schema and modern schema)
* easy testability in unit testing and Storybook environments, without a need of mocking mechanisms
* easy exploration of various use cases exposed by easily accessible Storybook stories
* full typescript and runtime type safety
* demonstrate *imperative shell, functional core* architecture (details below)

## Verifications

### Local development.
Expand Down

0 comments on commit 7171d07

Please sign in to comment.