sharpWit / marvel-fun

A creative comic website based on NextJS v14

Home Page:https://marvelhost.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marvel Blog

GitHub repository Version License

Description

Marvel Blog is a conceptualized and developed creative comic website that demonstrates proficiency in frontend development. It utilizes NextJS v14 and showcases design versatility in presenting conceptual art and blog content related to Marvel comics.

Author

Saeed Khosravi

My Github GitHub repository

Table of Contents

Requirement

To ensure the seamless functionality of Marvel Blog, it is essential to obtain API access from Marvel. Follow these steps to acquire the necessary API key:

  1. Visit Marvel Developer Portal.
  2. Read through the documentation to familiarize yourself with the Marvel API.
  3. Sign up for an account if you haven't already and log in.
  4. Navigate to the "Get A Key" section to obtain your unique public and private API keys.

Once you have your Marvel API keys, create an .env*.local file in the root of your project and add the following:

NEXT_PUBLIC_MARVEL_PUBLIC_KEY=your_public_key
NEXT_PUBLIC_MARVEL_PRIVATE_KEY=your_private_key

Replace your_public_key and your_private_key with the corresponding keys you obtained from the Marvel Developer Portal.

This step is crucial for enabling Marvel Blog to fetch and display content from the Marvel API. Make sure to keep your API keys secure and avoid sharing them publicly. If you have any concerns or questions regarding Marvel's API usage policies, refer to the Marvel API Terms of Use.

Installation

  1. Clone the repository:

    git clone https://github.com/sharpWit/marvel-fun.git
    cd marvel-fun
  2. Install dependencies:

    npm install
  3. Usage

    To run the application locally, use the following command:

    npm run dev

    Visit http://localhost:3000 in your browser to view the application.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A creative comic website based on NextJS v14

https://marvelhost.netlify.app/


Languages

Language:TypeScript 97.4%Language:CSS 2.4%Language:JavaScript 0.3%