Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/oliveirad4vi/click-project
- Owner: oliveiraD4vi
- License: mit
- Created: 2022-06-14T14:29:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T14:21:11.000Z (over 2 years ago)
- Last Synced: 2024-11-10T18:09:06.827Z (2 months ago)
- Topics: javascript, reactjs
- Language: JavaScript
- Homepage: click-project.vercel.app
- Size: 3.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)