Skip to content

⚡ Projeto criado para aperfeiçoamento em Next.JS e para criar um sitemap dinâmico, utilizando a API de animes Animechan e a biblioteca next-sitemap.

Notifications You must be signed in to change notification settings

miguelitodev/sitemap-anime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fc5a4e7 · May 31, 2022

History

14 Commits
May 31, 2022
May 30, 2022
May 31, 2022
May 31, 2022
May 30, 2022
May 31, 2022
May 31, 2022
May 31, 2022
May 30, 2022
May 31, 2022
May 30, 2022
May 31, 2022
May 30, 2022
May 31, 2022

Repository files navigation

Sitemap Anime


Portuguese version

Description

Project created to improve Next.JS and to create a dynamic sitemap, using the Animechan anime API and the next-sitemap library. At first to improve the version that exists in a company project, but with the objective of study and personal improvement.


What's in the project?

  • See a list of anime

  • View a short description or phrase of the anime

  • A dynamic sitemap


Branches

  • master
    • all code base, updated documentation and stable features
  • develop
    • some updates to come, it's in vercel preview version
  • starter
    • branch for those who follow via youtube video, only the page structure
  • with-library
    • version with next-sitemap library to do dynamic version
  • without-library
    • version made without the next-sitemap library, using only one page

How to run local:

First clone the project:

git clone https://github.com/miguelrisquelme/sitemap-anime.git

Choose which branch you want to run:

# exemplo: git checkout <branch>

git checkout master

Install dependencies:

yarn
#or
npm i

Run the project:

yarn dev
# or
npm run dev

References:

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


Made by Miguel Riquelme with ♥

About

⚡ Projeto criado para aperfeiçoamento em Next.JS e para criar um sitemap dinâmico, utilizando a API de animes Animechan e a biblioteca next-sitemap.

Topics

Resources

Stars

Watchers

Forks