This app was developed with NextJs and it is only a front-end app made to interact with the API that you can see the code here, and the hosted API here.
This app is a SPA bootstrapped with [yarn create next-app --typescript] and, basically, creates a place that colleagues of work can send compliments or thanks for others colleagues registered in it.
Here are the technologies used in this project.
- next version 11.1.0
- nookies version ^2.5.2
- react version 17.0.18
- react-dom version 17.0.2
- react-hook-form version ^7.12.2
- node-sass version 4.14.1
- typescript version 4.3.5
- web-vitals version 1.0.1
You can see and use the app here
But, if you want to run this app by yourself, i will assume that you already have an valorize API runing and hosted in some place, simply switch the links from "https://valorize.herokuapp.com" in the code to your own API link, you can use my API to if you want, while I dont see problem in leave it without limitation of access in the "cors" configuration... simply clone this repository and run "yarn dev" in the terminal to see it runing in http://localhost:3000.
You can register in the app and go to "Usuários registrados" (registered users), choose one that you want to thanks and do it, in next, you will be able to see your sended compliments in their respective place in dashboard, enjoy :D.
- With this app, you can create a place that you can generate a nice workplace with your colleagues, promoting a feeling of thanks to work together.
- Link of deployed application: http://icompliment.vercel.app/
- Repository: https://github.com/teilorbarcelos/icompliment
- In case of sensitive bugs like security vulnerabilities, please contact OUR EMAIL directly instead of using issue tracker. We value your effort to improve the security and privacy of this project!
1.0.0.0
- TEILOR SOUZA BARCELOS: @teilorbarcelos (https://github.com/teilorbarcelos)
You can learn more in the [NextJs Oficial Site].
To learn Nextjs, check out the [NextJs documentation].
I hope it help you like it helped me too! Thanks for see it and give a repo star if you like it!