- Create an account and log in successfully.
- Change email, password or both
- Delete account
- Edit general info e.g. bio, profile image etc.
- Select a prefferred theme
- See main content only if logged in
- Create and menage notes. e.g. delete, update
- Restore deleted notes
- See entire community
Tools | type |
---|---|
React | JS library |
Next.js | React framework |
React-hook-form | Library for form validation |
ChakraUI | Library for UI |
Styled-components | Library for styles |
Framer-motion | Library for animation |
Firebase | Backend platform |
Validator.js | String validation library |
First, clone repository and install dependencies
git clone https://github.com/F4eNn/Ink-Wise.git
npm install
npm run start
npm run dev
# or
yarn dev