The project is bootstraped with vite's react-ts
This is a news app. It uses three different api sources to fetch data, which are;
The challenging part of this project was all of these api sources were working differently, their parameters did not match, the way of working was very different in each.
npm install
npm run dev
- Build the image
docker build -t news-app .
- Create the container
docker run -it -p 4000:4000 --name news-app-container news-app