Skip to content

F4eNn/Ink-Wise

Repository files navigation

Ink Wise home page banner

Live 💻

✨ Ink Wise ✨


User is Able to: ✅

  • 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

Built with 🛠

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

Preview

Signup page ( light mode )

signup page

Login page

Login page

Community

Community page

Create Note

Create note page

Run Locally

First, clone repository and install dependencies

git clone https://github.com/F4eNn/Ink-Wise.git
npm install

Now you are able to run developer or production server:

  • Production

npm run start
  • Developer

npm run dev
# or
yarn dev