Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added project-newsapp #134

Merged
merged 4 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions News App/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
58 changes: 58 additions & 0 deletions News App/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# News App
News App is a news app which can be used to grab quick daily news bites.

## Features
- Real-time news updates
- Categorized news sections (e.g., technology, sports, entertainment)

## Screenshots
Explore the user interface and features of the News App through these screenshots.

![Screenshot1](https://ik.imagekit.io/subrat29/Screenshot%202023-10-18%20193925.png?updatedAt=1697638368425)

![Screenshot2](https://ik.imagekit.io/subrat29/Screenshot%202023-10-18%20193831.png?updatedAt=1697638379458)

## Getting Started
These instructions will guide you through setting up and running the News App on your local machine for development and testing purposes. Follow these steps to get started:

### Prerequisites
Before you begin, ensure you have met the following requirements:

- Node.js and npm installed on your machine. You can download and install them from

https://nodejs.org.

### Installation

1. Clone the repository or download the ZIP file.

```bash
git clone https://github.com/Prodigy-InfoTech/Web-Development-Projects.git
```

2. Open the project folder.

```bash
cd News App
```

3. Install the project dependencies:

```bash
npm install
```

4. Start the development server:

```bash
npm start
```

## Usage

- Explore the app, browse articles, and test its features.
- Customize the app as per your preferences and development needs.

## Contributing

Contributions are welcome! Please fork and submit pull requests.
Loading