Install dependencies using yarn package manager
REACT_APP_GITHUB_API_URL=https://api.github.com/
REACT_APP_GITHUB_ACCESS_TOKEN=SECRET_TOKEN Create .env.development.local and .env.production.local files, one for development and second for production build.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build folder.
It correctly bundles Application in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
REST API Client definition, in subfolder actions you can add new API action definition.
Place for pages of application, structured in directories based on application Domain/Routing.
Directory where all assets ie. images, icons are placed.
Place for all components, structured with Atomic Design system. Atoms - smallest possible components, such as buttons, titles, inputs, Molecules - they are the composition of one or more components of atoms. Here we begin to compose complex components and reuse some of those components. Containers - reusable Higher Order Components
Place for dictionaries, ie. list of available languages in select field on homepage.
Test utils and mocks, ie. ThemeProvider mock
Default Theme definition and variables, ie. colors, font sizes, default margins etc.
Tests are placed in the same directory as tested functionality.
- Showing messages during error on API response.
- Add collapse animation to favourite box and search boxl