I am trying to redesign the whole ui of app i have a figma Design if you want to contribrute please go through the figma design
The Frontend of project was built using Next js typescript and scss
- multiple page website
- Authentciation
- Ability to write markdown files in website and save as diary
-
From a TextField Input acceept users text input and parse into .md file
-
uses mongodb as a database to store the user diary
-
uses cookies to store user info
-
We have used multiple npm packages you can find the package info in package.json file in root folder
Step 1:
git clone https://github.com/sreehari2003/Diary-cocoder
Step 2: (Do install the latest Node version in your PC/Laptop then)
npm --v
After configuration run the following command with your device connected on
npm run dev