Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 😚✨