📙 About 🖼️ Preview 📖 How to Start 💡 Features 💻 Technologies
Feedget is a useful widget to implement on any application that needs a support area with submit forms. The main feature is that it allows the user to insert the screenshot of the error screen at the moment and send it with the form text when submitted. In addiction, this app is totally well planned for accessibility as well.
The Next Level Week is a whole week coding event based on the development of a complete application using some of the most used tools available on the JavaScript Stack, such as Tailwind, React and React Native. The purpose is all about keep learning, sharing the challenges with other student, making networking and improving on your hard and soft skills.
This project used Vercel and Heroku for deployment.
Originally created on Next Level Week from Rocketseat and made by Kenji Iwatani
# Clone this repository
$ git clone /~https://github.com/iwataniKenji/feedget
# Access the project directory
$ cd feedget
# Access the "server" folder
$ cd server
# Install dependencies
$ npm install
# Rename '.env.example' to '.env' and set your env variables
$ ren ".env.example" ".env"
# With a PostgreSQL running, run the migrations
$ npx prisma migrate dev
# Start the server
$ npm run dev
# Access the "web" folder
$ cd web
# Install dependencies
$ npm install
# Make a copy of '.env.local.example' to '.env.local'
$ ren ".env.example" ".env.local"
# Start the application
$ npm run dev
# Access the 'mobile' folder
$ cd mobile
# Install dependencies
$ npm install
# Start bundle
$ npm run start
- Declarative interface with Tailwind
- Screenshot usage on forms
- Accessibility for "keyboard only" users
- Communication between components through props
- Loading spinner
- Mobile version developed with React Native
- Gesture on mobile version
- Complete frontend and backend integration
- Mailtrap to receive and check the information from input sending
- Test automation with Jest