Neko Teikoku is a cozy cat web application meant to make you feel cozy. Meow. Grow your empire by attracting other cats and feeding them food!
Apis we are using are:
CatBreedDB
OpenWeatherMapApi
Next JS,
React,
Axios,
Styled-components,
Framer Motion,
Use-sound,
Lottie React,
Firebase
-
Run the cmd in terminal
git clone https://github.com/Pho86/neko_teikoku.git
. -
Cd into the directory with
cd ./neko_teikoku
. -
Install the required packages via
npm install
oryarn dev
or any other package manager. -
Get api keys from apis provided above and place them in
.env.local
or.env
by following the.env.example
file. -
Run the development server with
npm run dev
oryarn dev
orpnpm dev
. -
Open http://localhost:3000 with your browser to see the result. (May be opened in another url depending on whether you have a server running)