This is the web client for QuickPolls. It was built with Next.js 15 and it provides a user-friendly interface to interact with quickpolls-core.
Before running the application, ensure you have the following installed:
- Node.js (v18.19.1)
- npm (v9.2.0)
- quickpolls-core (v2.0.0)
- Clone this repository:
git clone https://github.com/enmanuelrdgz/quickpolls-client.git
cd quickpolls-client
- Add enviroment variables:
touch .env
echo "NEXT_PUBLIC_API_URL='http://localhost:8080" >> .env
- Install dependencies:
npm install
- Build and start the application:
npm run build
npm run start
Now the application should be running locally on port 3000