Next js application made with pollsapi of apiary
Backend API is provided by Polls API : https://pollsapi.docs.apiary.io/
Boilerplate based on React Next Boilerplate : https://github.com/react-next-boilerplate/react-next-boilerplate
First, run the development server:
cd app-polls-api-apiary
yarn
# or
npm i
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
It can create elegant questions. You can answer. You can start voting.