Skip to content

The main goal of that project is to practice working with REST API. By using two separate APIs together to complete tasks from description. Additionally, I created navigation between tasks to make the project clearer and more readable.

Notifications You must be signed in to change notification settings

CarolinaFledgling/next.js-rest-api-tasks

Repository files navigation

Next.js projects with multiple API CALL

The main goal of that project is to practice working with REST API by solving various tasks, where we retrieve data from two different APIs. Very important, each Task is treated as a separate new project and I do not focus on styles. I focus mainly on RESTful-based data fetching.

Check the link to the Demo

Additionally, I created navigation between tasks to make the project clearer and more readable.

DEMO Link

Demo

Focusing on :

  • Practicing working with more than one REST API calls 🚀
  • Fetching Data 🚀
  • Conditional Loading Message 🚀
  • Handling Fetch Errors 🚀
  • Added navigation between tasks 🚀
  • Working with various array methods 🚀

Run Locally

Clone the project

  https://github.com/CarolinaFledgling/next.js-rest-api-tasks.git
npm run dev
# or
yarn dev

Open http://localhost:8000 with your browser to see the result.

List of required environment variables

You can define them in .env for local development.

  • NEXT_PUBLIC_WEATHERAPI=

List of API

Learn More

To learn more about Next.js, take a look at the following resources:

About

The main goal of that project is to practice working with REST API. By using two separate APIs together to complete tasks from description. Additionally, I created navigation between tasks to make the project clearer and more readable.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published