Next.js app with a GraphQL backend that allows you to search images from the Unsplash API.
Live demo ✨ https://designcurated-frontend.vercel.app ✨
This was an initial trial for an Upwork client that allowed me to demonstrate my skills as a React and Node.js developer. It also allowed me to get familiar with the tech stack the client needed.
Backend repo : https://github.com/TaherJerbi/designcurated-server
- Chakra UI
- This was my first GraphQL project
- Create a graphql server from scratch using express and Apollo Server.
- Connect to a graphql server from the client using Apollo Client.
- Frontend:
- Next.js - React
- Chakra UI
- Apollo Client
- Backend:
- Node.js
- Express
- Apollo Server
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.