Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syaw0/simple-newsapp
A Simple News App 📰, Search Base On Keywords.
https://github.com/syaw0/simple-newsapp
news news-api newsapi react react-dom reactjs stitches stitchesjs zustand
Last synced: 20 days ago
JSON representation
A Simple News App 📰, Search Base On Keywords.
- Host: GitHub
- URL: https://github.com/syaw0/simple-newsapp
- Owner: Syaw0
- Created: 2022-06-14T13:43:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T13:24:03.000Z (over 1 year ago)
- Last Synced: 2024-11-08T21:40:35.450Z (2 months ago)
- Topics: news, news-api, newsapi, react, react-dom, reactjs, stitches, stitchesjs, zustand
- Language: JavaScript
- Homepage:
- Size: 249 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple News
## What is This Project
A simple news app base on search engine.
the user search the keywords that its like and wait for api call response,
the key feature of this project is the simplicity and minimalist ui.## API
This is API i used for this project : [News](https://newsapi.org/)
i notice that this api just provide data for just localhost.## How Start This Project In Local
step1 :
```bash
git clone https://github.com/Syaw0/simple-newsApp.git
```step2 :
```bash
cd simple-newsApp && npm install
```step3 :
```bash
npm run start
```Enjoy 😚✨