https://github.com/antonbaumann/starcode-frontend
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.7%) to scientific vocabulary
Keywords from Contributors
Repository
Basic Info
- Host: GitHub
- Owner: antonbaumann
- Language: TypeScript
- Default Branch: master
- Size: 7.17 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
- Releases: 0
Metadata Files
README.md
Starcode Frontend
Development
This project was bootstrapped with Create React App.
Available Scripts
To install the dependencies, run yarn install.\
To start the development server, run yarn dev.\
Before pushing to the repository, run yarn lint to check for linting errors.\
To fix linting errors, run yarn fix.
Environment Variables
To run this project, you will need to add the following environment variables to your .env or .env.development.local file
- REACT_APP_BACKEND_URL - The URL of the backend API
Node Version
This project uses Node version v16.15.0. But I guess it should work with most other versions as well.
Deployment
This project is deployed on Netlify. The deployment is triggered automatically when a commit is pushed to the main branch.
Structure
The project is structured as follows:
- src - Contains the source code of the project
- assets - Contains the static assets
- components - Contains the React components
- data - Contains the content used by the application which is not fetched from the backend
- util - Contains the utility functions
- strapi - Contains the Strapi API client which
- views - Contains the pages of the application
is used to fetch data from the backend
- App.tsx - The main component of the application
- index.tsx - The entry point of the application
The project uses React Router for routing (toggling bewtween the different views of the application).
Components
For each component there exist two files:
- ComponentName.tsx - The component itself
- ComponentName.scss - The SCSS module for the component (if the component has styles)
The components are implemented using functional components and React Hooks. ```tsx import React from 'react'; import './ComponentName.scss';
type ComponentNameProps = { // The props of the component }
const ComponentName = (props: ComponentNameProps) => { const [state, setState] = useState() return (
Resources
Owner
- Name: Anton Baumann
- Login: antonbaumann
- Kind: user
- Location: Munich
- Repositories: 8
- Profile: https://github.com/antonbaumann
student at TUM
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Anton Baumann | a****n@a****m | 109 |
| dependabot[bot] | 4****] | 71 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 194
- Average time to close issues: N/A
- Average time to close pull requests: 2 days
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.78
- Merged pull requests: 158
- Bot issues: 0
- Bot pull requests: 96
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- antonbaumann (52)
- dependabot[bot] (48)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout master composite
- actions/setup-node v3 composite
- actions/checkout v3 composite
- github/codeql-action/analyze v2 composite
- github/codeql-action/autobuild v2 composite
- github/codeql-action/init v2 composite
- prettier ^2.8.3 development
- stylelint ^14.14.0 development
- stylelint-config-standard-scss ^6.0.0 development
- stylelint-order ^5.0.0 development
- @apollo/react-hooks ^4.0.0
- @testing-library/jest-dom ^5.16.5
- @testing-library/react ^13.4.0
- @testing-library/user-event ^14.4.3
- @types/jest ^29.2.3
- @types/node ^18.11.18
- @types/react ^18.0.25
- @types/react-dom ^18.0.8
- @types/react-helmet ^6.1.5
- apollo-boost ^0.4.9
- classnames ^2.3.2
- graphql ^16.6.0
- react ^18.2.0
- react-apollo ^3.1.5
- react-dom ^18.2.0
- react-router-dom ^6.4.3
- react-scripts 5.0.1
- sass ^1.56.1
- serve ^14.1.2
- typescript ^4.8.4
- web-vitals ^3.1.1
- 1308 dependencies