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
- Host: GitHub
- URL: https://github.com/hendraaagil/vote-client
- Owner: hendraaagil
- Created: 2020-11-08T13:02:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T12:42:56.000Z (over 5 years ago)
- Last Synced: 2025-02-28T12:20:19.113Z (over 1 year ago)
- Topics: react, tailwindcss, vote
- Language: JavaScript
- Homepage: https://demo-vote.netlify.app/
- Size: 952 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vote App

## 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/).