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

https://github.com/vwernay/nlw-feedget

This is a project developed during the (NLW) Next Level Week Return, presented by Rocketseat during May 2022.
https://github.com/vwernay/nlw-feedget

express nlw-return nodejs prisma railway react reactjs rocketseat solid-principles tailwindcss typescript vercel

Last synced: 3 months ago
JSON representation

This is a project developed during the (NLW) Next Level Week Return, presented by Rocketseat during May 2022.

Awesome Lists containing this project

README

          

# Feedget


## ๐Ÿ˜ƒ Overview

This project has developed during the NLW Return by [Rocketseat](https://rocketseat.com.br).
With this project, the user can send a Feedback from u app, he can report bugs, send ideas/suggestions and other...

With this project, on Front-End, i learned more techniques in React + TypeScript, the use of TailwindCSS and some concepts of accessibility, using HeadlessUI.
On back-End, i learned S.O.L.I.D principle, automated tests with Jest and how to persist information in the database with Prisma.

## ๐Ÿงช Technologies

This project was developed using the following technologies:

#### FRONT-END:
- [React](https://reactjs.org)
- [TypeScript](https://www.typescriptlang.org)
- [TailwindCSS](https://tailwindcss.com)
- [HeadlessUI](https://headlessui.dev)

#### BACK-END:
- [NodeJS](https://nodejs.org)
- [TypeScript](https://www.typescriptlang.org)
- [ExpressJS](https://expressjs.com)
- [Prisma ORM](https://www.prisma.io)
- [Jest](https://jestjs.io)

## ๐Ÿ”– Layout

You can view the project layout through the links below:

- [Layout Web](https://www.figma.com/community/file/1102912516166573468/Feedback-Widget)

Remembering that you need to have a [Figma](http://figma.com) account to access it.

## ๐Ÿ› ๏ธ Adjustments and improvements

Next updates will focus on the following tasks:

- [X] Dark and Light using TailwindCSS.
- [ ] Use a e-mail service on deploy.
- [ ] Improve HTML/CSS from e-mail.

---

Made with ๐Ÿ’œ by Victor Lellis