An open API service indexing awesome lists of open source software.

https://github.com/angelozdev/voting-app-frontend

With Voting-App you can vote for the candidate you prefer.
https://github.com/angelozdev/voting-app-frontend

nextjs

Last synced: about 1 month ago
JSON representation

With Voting-App you can vote for the candidate you prefer.

Awesome Lists containing this project

README

          

# Voting App

_With Voting-App you can vote for the candidate you prefer._

## Starting

_You can clone this repository to have the project local:_

```bash
git clone https://github.com/angelozdev/voting-app-frontend.git
```

_Install the necessary dependencies in the root of the project._

```bash
npm install
```

_Run the following command to start the project in development mode:_

```bash
npm run dev
```

## Deploy

_You can see the project in production [Voting App](https://voting-app-angelozdev.vercel.app/)_

## Built with

_Technologies used in the frontend.:_

- **Next.js**
- **Apollo Client**
- **@emotion**
- **Graphql**

## License

This project is under the License (MIT) - see the file [LICENSE.md](LICENSE.md) for details