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

https://github.com/devsubid/news365

News365 provides news daily
https://github.com/devsubid/news365

news newsfeed

Last synced: 8 months ago
JSON representation

News365 provides news daily

Awesome Lists containing this project

README

          

# [News365](https://news365-itsme-subid.vercel.app/)

![](https://raw.githubusercontent.com/itsme-Subid/news365/main/theme.png)
![](https://img.shields.io/github/license/itsme-Subid/news365?style=for-the-badge)
![](https://img.shields.io/github/languages/top/itsme-Subid/news365?style=for-the-badge)
![](https://img.shields.io/github/languages/count/itsme-Subid/news365?style=for-the-badge)
![](https://img.shields.io/github/languages/code-size/itsme-Subid/news365?style=for-the-badge)
![](https://img.shields.io/github/repo-size/itsme-Subid/news365?style=for-the-badge)
![](https://img.shields.io/github/last-commit/itsme-Subid/news365?style=for-the-badge)
![](https://img.shields.io/github/commit-activity/w/itsme-Subid/news365?style=for-the-badge)

Welcome to the News365 repository! News365 is a visually stunning website built using Next.js, TypeScript, and Styled-Components. It is a beautiful website that is primarily focused on courses for programming enthusiasts. The project is a front-end development endeavor and can be found on GitHub.

## Getting Started

To get started, you can simply clone this repository and install the dependencies.

### Cloning the Repository

To clone the repository, you will need to have git installed on your machine. Once you have those, you can use the following commands:

```bash
git clone https://github.com/itsme-Subid/news365.git
```

### Running the Project

To run the project, you will need to have Node.js and npm or yarn or pnpm installed on your machine. Once you have those, you can use the following commands:

```bash
cd news365
npm install
npm run dev
```

or, if you are using yarn:

```bash
cd news365
yarn
yarn run dev
```

or, if you are using pnpm:

```bash
cd news365
pnpm install
pnpm run dev
```

This will start the development server and you should be able to see the website by visiting http://localhost:3000 in your browser.

## License

This project is licensed under the GPL-3.0 License - see the [LICENSE.md](https://github.com/itsme-Subid/news365/blob/main/LICENSE) file for details