Skip to content

This is the repository of a web application built with next js to learn both react and node

Notifications You must be signed in to change notification settings

Salsabilachattah/nextjsApp

Repository files navigation

This is my first Next.js web application

To run the app locally

  • First , create a .env file and add your API_KEY (for the ipify API) and your token (for fast-api-speedtest API) to it
  • Next , install dependencies using :
npm install
  • Next, build the app and run the development server using these commands
npm run build
npm run dev

What functionnalities does the website offer ?

The website was mainly developped to show you your public ip address as well as some relevant information , but you can also use it to :

  • Search for any given public ip address .
  • Test your internet speed , both upload and download.

used public APIs

  • I used https://geo.ipify.org/docs for getting both personnal ip address and searched ip address relative information .
  • I am still looking for a better public internet speed API , if you know any , please contact me .

Deployment

This project was deployed with vercel , but it is still under maintenance

Contact me

using this email address : ms_chattah@esi.dz

About

This is the repository of a web application built with next js to learn both react and node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published