Skip to content

khzunair/newswebapplication

Repository files navigation

News Web Application

News App, undertaken during my early learning phase, allowed me to explore API handling and modern web application development. The app offers features to access news insights, view content from original sources, and sort news by interest and mood, all while respecting usage. It aggregates top news sources into one platform.

Features

  • React: Utilize the power of React for building dynamic and interactive user interfaces.
  • TypeScript: Enhance code quality and maintainability with static typing.
  • Vite: Enjoy fast development with Vite's blazing-fast build tooling.
  • Tailwind CSS: Streamline styling and design with the utility-first CSS framework.
  • Integration with Trusted News Sources: Fetch and display the latest news articles from reputable sources.

Getting Started

To get started with the project, follow these steps:

  1. Clone this repository to your local machine.
  2. Navigate to the project directory.
  3. Install dependencies using npm install.
  4. Start the development server with npm run dev.
  5. Open your browser and visit http://localhost:5173 to see the application in action.

Folder Structure

project-root/ │ ├── public/ # Static assets ├── src/ # Source code │ ├── components/ # React components │ ├── styles/ # CSS stylesheets (or Tailwind CSS files) │ ├── utils/ # Utility functions │ └── App.tsx # Main application component │ ├── .gitignore # Git ignore file ├── package.json # Project metadata and dependencies ├── README.md # Project documentation (you are here) └── tsconfig.json # TypeScript configuration

Contributing

We welcome contributions from the community to improve this project. Feel free to submit bug reports, feature requests, or pull requests. For major changes, please open an issue first to discuss potential changes with us.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published