MoodSpace is a web application to help users track their moods, journal, and access mental health resources.
- Mood Tracker:
- Journalling Editor:
- Mental Health Resources
- React
- Vite
- Mantine.js
- Node.js
- JSON
- Node.js (version 14 or newer)
- npm
- Clone this repository:
git clone https://github.com/Adarshkumar03/moodspace.git - Navigate to moodspace:
cd moodspace - Install Dependencies:
npm install
- Start the Vite develpment server:
npm run dev
- Create an optimized build:
npm run build - The
distfolder produced by the build process contains static files. Deploy these to your preferred web hosting platform.




