samrasugu / pesira_webapp

This is a NextJS app that illustrates understanding of web development using React. In this project, we are able to fetch user details from json-placeholder, update them, delete them by sending API requests to the endpoint.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a NextJS app that illustrates understanding of web development using React. In this project, we are able to fetch user details from json-placeholder, update them, delete them by sending API requests to the endpoint.

Getting Started

Proceed with these steps after you have nodejs and npm installed on your local machine.

First, clone this git repository to your local machine.

You can use git clone git@github.com:samrasugu/pesira_webapp.git on your terminal.

Navigate to the project directory.

Run npm install or yarn add to install all required packages.

Then, run the app on development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

About

This is a NextJS app that illustrates understanding of web development using React. In this project, we are able to fetch user details from json-placeholder, update them, delete them by sending API requests to the endpoint.


Languages

Language:TypeScript 91.4%Language:CSS 7.5%Language:JavaScript 1.1%