An open API service indexing awesome lists of open source software.

https://github.com/valiantlynx/news

Simple news app with React
https://github.com/valiantlynx/news

Last synced: 5 months ago
JSON representation

Simple news app with React

Awesome Lists containing this project

README

        

# News
Simple news app with React

### adding new projects with their own git history
```sh
git subtree add --prefix=apps/news https://github.com/valiantlynx/news.git master --squash
git subtree pull --prefix=apps/news https://github.com/valiantlynx/news.git master --squash
git subtree push --prefix=apps/news https://github.com/valiantlynx/news.git master

```