/remake-web

A Web system to help people who wants to recycle with recyclers

Primary LanguageTypeScript

Remake


Description

This project is a website that allows users to find recyclers in their area and take a shorter route to them.
As a recycler, you can register your business and be found by users. Simple and easy to use.

Technologies

  • React with Typescript
  • Chakra UI
  • Supabase
  • Axios
  • Cypress
  • Vitest
  • Testing Library
  • I18n for translations
  • Formik with Yup for form handling

How to run

  1. Clone this repository
  2. Install dependencies
yarn
  1. Run the project
yarn dev

and open the browser at the url on the terminal.


How to test

Unit and integration

yarn vitest

End to end

yarn cypress run

Demo

remake-web-demo.mp4

  • Unit tests

remake-web-unit-tests


  • e2e tests

remake-web-e2e-tests