Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oliveirad4vi/click-project

This is a repository for the frontend application of the Click Project.
https://github.com/oliveirad4vi/click-project

javascript reactjs

Last synced: 2 days ago
JSON representation

This is a repository for the frontend application of the Click Project.

Awesome Lists containing this project

README

        

# Click Project

Click is a project developed and improved during the Software Engineering course at UFC - Quixadá campus. The system proposes a vote for films to be shown in a school cinema or social project. The purpose of the project is to exercise project development and organization skills.

## Starting

After clonning the repository, run

```
yarn
```
in order to install the right dependencies needed. Then run

```
yarn start
```
to see the app running locally.

This application is under development, see the [API repository](https://github.com/oliveiraD4vi/click-project-back). You can see the aplication running on [Click](https://click-project.vercel.app/).

## Build with

* [ReactJs](https://pt-br.reactjs.org/) - The framework used
* [SCSS](https://sass-lang.com/) - The CSS file type for SASS
* [OMDb API](https://www.omdbapi.com/) - The API used to get the movie information

## Version

See the [tags in this repository](https://github.com/oliveiraD4vi/click-project/tags).

## License

[MIT](https://choosealicense.com/licenses/mit/)