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.
- Host: GitHub
- URL: https://github.com/angelozdev/voting-app-frontend
- Owner: angelozdev
- License: mit
- Created: 2021-02-21T17:30:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-24T21:33:31.000Z (over 5 years ago)
- Last Synced: 2025-02-21T19:45:03.424Z (over 1 year ago)
- Topics: nextjs
- Language: TypeScript
- Homepage: https://voting-app-angelozdev.vercel.app/
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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