Skip to content

InesLozanoLopez/weather-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

weather-api

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.

ScreenShots of the app

Home page viewing
Home Page Viewing
Forecast viewing
Forecast Viewing

Testing:

  • Lighthouse Test: The app has been tested with Lighthouse to optimize its performance.
Forecast viewing
  • 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.

To run this app:

  1. Clone the repository and open it in your preferred source code editor.
  2. Open your terminal and navigate to the project folder: cd waether-api/my-app
  3. Install the necessary dependencies: npm install
  4. Run: npm run build
  5. Run the client application: npm start

About

Next.js app which fetch weather forecast of 5 days from www.weatherapi.com for the city requested.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors