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
- Host: GitHub
- URL: https://github.com/r3nanp/star-wars-wiki
- Owner: r3nanp
- Created: 2022-05-05T19:53:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-15T16:34:04.000Z (about 4 years ago)
- Last Synced: 2025-01-12T14:47:23.330Z (over 1 year ago)
- Topics: framermotion, nextjs, react, starwars, starwarsapi, tailwind, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://star-wars-wiki-five.vercel.app/
- Size: 2.37 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Star Wars Wiki

# 🛠 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
```