Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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'