/artsee

Artsee is a NextJS app that uses Artsy's API to explore art by famous artists.

Primary LanguageJavaScript

Artsee

Artsee is a NextJS app that uses Artsy's API to explore art by famous artists. It is live and deployed on Vercel here.

Final Product

  1. Home Page

See art by famous artists

  1. Explore art by famous artists

See art by famous artists

  1. Explore more art by the same artist

See art by famous artists

  1. Explore art from a particular Genre

See art by famous artists

  1. Explore more art by other artists of that same genre

See art by famous artists

Getting Started

  1. Fork it, clone it on your machine and cd artsee

  2. Then install all dependencies.

npm install
  1. Get an API token for using Artsy's API here

  2. Add that token to your .env file. Also, have a .gitignore file to prevent all kinds of nonsense from getting committed.

  3. Now, run the development server:

npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

Woohoo! 😀😀