sachin96boy NewsWebapp Design based on Figma Design
- Users can see Breaking news and normal overall news.
- Users can tap in to a news tile to see a detailed inforation on the news[onprogess].
- News search functionality[onprogress].
To run this application, you need to have Nodejs and git installed on your machine. Follow these steps to get started:
- Clone this repository:
git clone https://github.com/sachin96Boy/news-app-web.git
. - Navigate to the project directory:
cd news-app-web
. - Run
npm install
to install the dependencies. - create an
.env
file and add the following environment variable values (example provided in.env.example
).
VITE_NEWS_APP_API_URL=API Url goes Here VITE_NEWS_APP_API_KEY=Api Key Goes Here
(For demonstration Propeses use this API Srevice Rapid API Bing news Search )
- Run
npm run dev
to launch the app in development Server.
You can find the complete list of dependencies in the package.json
file.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License. Feel free to use and modify the code as per your needs.
If you have any questions or need any assistance, feel free to reach out to me at sachin96boy.dev.
Happy coding!