Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinicius-goncalves/angular__public-polls
📊 | Create polls and share them!
https://github.com/vinicius-goncalves/angular__public-polls
angular tailwind typescript
Last synced: 7 days ago
JSON representation
📊 | Create polls and share them!
- Host: GitHub
- URL: https://github.com/vinicius-goncalves/angular__public-polls
- Owner: vinicius-goncalves
- Created: 2024-09-09T04:13:46.000Z (5 months ago)
- Default Branch: development/frontend
- Last Pushed: 2024-09-10T00:56:53.000Z (5 months ago)
- Last Synced: 2024-11-21T18:07:32.918Z (2 months ago)
- Topics: angular, tailwind, typescript
- Language: TypeScript
- Homepage: https://polls.vinicius-goncalves.com
- Size: 194 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> â›” This project is under construction. The link **polls.vinicius-goncalves.com** won't take you to any place. â›”
# 📊 Public Poll
Create public polls and share them with anyone you want to.
![][project-banner]
![][project-image-1]## Introdution
Create and share polls, those are the main ideias and purposes of this project - creating using Angular, you can create polls and anyone who accesses the app will be able to see all of the polls or share polls with everybody throught the poll id. All of the polls have a `expire time`, meaning they will be deleted within 24 hours starting from the creation time. All of the polls (will be) stored in a MongoDB server.
## Technologies used
Those are the main technologies I used to build this project.
| 💻 languages | 📚 libraries & frameworks | 📚 storage (implemetion soon) |
| :-------------: | :-----------------------: | :----------------------------: |
| ![][typescript] | ![][angular] | ![][mongodb] |
| **-** | ![][tailwind] | **-** |
| **-** | ![][mongoose] | **-** |## How to install locally
If you want to test the project local for any reason, first of all clone this repo:
```
git clone https://github.com/vinicius-goncalves/angular__public-poll
```After cloning, go to the root project folder and then install the required packages using your package manager.
```
npm install
```This project uses Angular, so use `ng serve` when developing or `ng build` for deployment purposes. Learn more in [Angular CLI docs](https://angular.dev/cli).
## Try it out
You can try this project out by clicking below on the follow link: [polls.vinicius-goncalves.com][try-it-out-path].
[comment]: # 'assets-path'
[project-banner]: "Project Banner"
[project-image-1]: "Project Image 1"
[typescript]: 'TypeScript'
[angular]: "Angular"
[tailwind]: 'Tailwind'
[mongodb]: "MongoDB"
[mongoose]: "Mongoose"
[comment]: # 'assets-path'
[comment]: # 'reference-links'
[try-it-out-path]: https://polls.vinicius-goncalves.com 'Public Polls'
[comment]: # 'reference-links'