Introducing Tortuga, the ultimate Wishlist and saving app that helps you keep track of your desired items and manage your finances all in one place.
You can find the hosted version on Vercel
IMPORTANT the project is optimized for mobile screen. IMPORTANT
- React
- React Router
- React Testing Library / Jest
- Next.js
- Node.js
- JavaScript
- Cloudinary
- Styled Components
- LocalStorage
- Clone this repository
- Install all dependencies with
$ npm install
- create a Cloudinary account and change the cloudname in the App.js
- insert your API_Key, API_Secret and Cloudname as an enviroment variable in the terminal
- Run app in dev mode with
$ npm run dev
- Server: http://localhost:3000/
- Run tests via
$ npm run test