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

https://github.com/hendraaagil/vote-client

Client side repo for vote project
https://github.com/hendraaagil/vote-client

react tailwindcss vote

Last synced: over 1 year ago
JSON representation

Client side repo for vote project

Awesome Lists containing this project

README

          

# Vote App

![Preview](src/assets/images/preview.png)

## Build Setup

1. Get the server side repo at [here](https://github.com/hendraaagil/vote-server)
2. Change the baseURL of axios instance at `src/axios.js`
3. Install all required dependencies

`yarn install`
4. Run this app

`yarn start`

## Learn More

- To learn React, check out the [React documentation](https://id.reactjs.org/).
- To learn TailwindCSS, checkout the [Tailwind documentation](https://tailwindcss.com/).