Skip to content

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

Notifications You must be signed in to change notification settings

r3nanp/star-wars-wiki

Repository files navigation

Star Wars Wiki

TailwindCSS

🛠 Technologies used

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

👷‍♂️ Installation

You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:

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:

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

Install dependencies

yarn install

Or

npm install