Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skbhati199/nextjs-news-clone

NextJs News Clone App
https://github.com/skbhati199/nextjs-news-clone

newsapi nextjs tailwindcss themes

Last synced: about 1 month ago
JSON representation

NextJs News Clone App

Awesome Lists containing this project

README

        

## NextJs News Clone App

First, run the development server:

```bash
cp .env.example .env
npm i
# Create a Account on News api website (https://newsapi.org/docs/endpoint)
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.

### TODO
- [x] Setup Next Project
- [x] Create a header components with Applogo Component
- [x] Create a navbar components with NavItem
- [x] Search Bar
- [x] Create a Card UI
- [x] Integration api on home page
- [x] All Tab Get Default data like apple

## Dark Mode
![Dark Mode](./art/dark_mode.png?raw=true)

## Light Mode
![Light Mode](./art/light_mode.png?raw=true)