Web application built in Next.js designed to help users engage in meditation sessions.
The user can:
- Engage in a meditation session.
- Set the theme/location and duration of the session.
- Utilize a timer to start or stop the session.
- Create a personal account to track their total time meditated.
This project is built using the following technologies:
- Next 13
- leverages server components for optimzied data fetching and rendering.
- TypeScript
- SCSS
- MongoDB
- Clone the repository:
git clone https://github.com/your-username/mindful-moments.git
- Set up MongoDB
- Install MongDB.
- Replace .env_example with .env and generate your own NEXTAUTH_SECRET by following the NextAuth docs.
- Run the app:
npm run dev