Skip to content

A simple dashboard with mock auth in nextjs that show basic info about Pokemons

License

Notifications You must be signed in to change notification settings

AlexUlloaFu/pokemon-dashboard

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

Important Notes

It can be optimized reducing the amount of fetching to different endpoints to the API , but for purpouses of a good presentation I kept all this fetching

Third-party Libraries

  • Axios (More simple way of doing fetching)
  • Bcrypt (For the work of cryptography on the authentication process)
  • jose ( The same of Bcrypt but more focused on JWT )

About

A simple dashboard with mock auth in nextjs that show basic info about Pokemons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published