abhijhacodes / nextjs-full-stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full stack site created with Next JS framework

Tech stack used:

You can create, view, update and delete details about your favourite superheroes

Home page ("/")

Listing all the heroes

Screenshot from 2022-01-24 21-47-55

Adding new hero ("/add")

Adding details of a new hero

Screenshot from 2022-01-24 21-48-09

Unique hero pages ("/id")

Dynamically generated pages for hero details This page also has option to delete a hero

Screenshot from 2022-01-24 21-48-25

Updating details of a hero ("/id/edit")

Update all details of a hero

Screenshot from 2022-01-24 21-48-36

All API routes:

GET - "/api/" (getting all heroes)
GET - "/api/id/" (getting unique hero)
POST - "/api/" (adding a new hero)
PUT - "/api/id/" (updating the hero)
DELETE - "/api/id/" (deleting the hero)

About


Languages

Language:JavaScript 85.1%Language:CSS 14.9%