This project focusses on uniting a notebook with a tarot app. Being able to set a mood when receiving the daily card gives the possibilty to make connections between mood and an individual card. The user can take a note that gets saved to localstorage and is connected to the card by id. Also how often the card got played is saved. In the history those stats are available.
Longterm there will be different reading layouts and users will be able to set their own artworks as cards. I want this app to grow. It is my capstone project for an webdev bootcamp, but will be developed afterwards also.
Select the "Browser" tab to view this project. If this project contains tests, select the "Tests" tab to check your progress.
💡 Please note that Next.js support on CodeSandbox is not great.
To run project commands locally, you need to install the dependencies using npm i
first.
You can then use the following commands:
npm run dev
to start the development servernpm run build
to create a production buildnpm run start
to start the production buildnpm run test
to run the tests in watch mode (if available)💡 This project requires a bundler. You can use
npm run dev
to start the development server. You can then view the project in the browser athttp://localhost:3000
. The Live Preview Extension for Visual Studio Code will not work for this project.