Next.js app which fetch weather forecast of 5 days from www.weatherapi.com for the city requested.
The app has a simple design in black and white with a little bit of orange.
Home Page Viewing |
Forecast Viewing |
- Lighthouse Test: The app has been tested with Lighthouse to optimize its performance.
-
Axe DevTools: Accessibility testing has been performed using Axe DevTools.
-
Unit Testing: All components have undergone individual testing with Jest.
-
End-to-End Testing: Cypress has been used for e2e testing.
- Clone the repository and open it in your preferred source code editor.
- Open your terminal and navigate to the project folder: cd waether-api/my-app
- Install the necessary dependencies: npm install
- Run: npm run build
- Run the client application: npm start


