Why dont you visit my application ? https://gratibox-front-five.vercel.app/
stress, bad mood, anxiety. leave it all behind. Give value to your well-being with Gratibox.
There, you are able to make monthly or weekly subscriptions and earn treats that comfort your day-to-day.
Some features implemented:
- Login and Sign Up
- subscription Page
- Make new subscription (Monthly or weekly).
The following tools and frameworks were used in the construction of the project:
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
npm install npm@latest -g
Create a root project folder named gratibox
mkdir gratibox
Clone the front-end repo
git clone https://github.com/digdiego13/gratibox-front.git
Install NPM packages for the front-end repo
npm install
Use NPM start to use the application on your localhost
npm start
(you have to clone the gratibox-backend repository too [https://github.com/digdiego13/gratibox-backend.git], create the database and start the dev application (read the "READ.ME" archive on backend repository) Or, you can see the deploy on https://mira-front-brown.vercel.app/
if you want to test E2E with cypress, run
npx cypress open
then there you can run tests.