An open API service indexing awesome lists of open source software.

https://github.com/r3nanp/star-wars-wiki

Project to consume Star Wars API! Written with Next.js and TailwindCSS
https://github.com/r3nanp/star-wars-wiki

framermotion nextjs react starwars starwarsapi tailwind tailwindcss typescript

Last synced: 2 months ago
JSON representation

Project to consume Star Wars API! Written with Next.js and TailwindCSS

Awesome Lists containing this project

README

          

# Star Wars Wiki

![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)

# 🛠 Technologies used

- Next.js
- Typescript
- SWR
- clsx
- Headless UI
- axios
- framer-motion
- Next-SEO
- Next-PWA

# 👷‍♂️ Installation

**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**

```sh
git clone https://github.com/r3nanp/star-wars-wiki.git
```

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:

```sh
git clone git@github.com:r3nanp/star-wars-wiki.git
```

**Install dependencies**

```sh
yarn install
```

Or

```sh
npm install
```