Artsee is a NextJS app that uses Artsy's API to explore art by famous artists. It is live and deployed on Vercel here.
- Home Page
- Explore art by famous artists
- Explore more art by the same artist
- Explore art from a particular Genre
- Explore more art by other artists of that same genre
-
Fork it, clone it on your machine and
cd artsee
-
Then install all dependencies.
npm install
-
Get an API token for using Artsy's API here
-
Add that token to your .env file. Also, have a .gitignore file to prevent all kinds of nonsense from getting committed.
-
Now, run the development server:
npm run dev
- Open http://localhost:3000 with your browser to see the result.
Woohoo! 😀😀