Skip to content

N-eeraj/neumorphic-form

Repository files navigation

Neumorphic Form

ℹ️ What's Neumorphism

Neumorphism is a form of minimalism characterized by a soft and light look, often using pastel colors with low contrast. Elements are usually the same color as the background, and are only distinguished by shadows and highlights surrounding the element.

👨‍💻 Tech Used

⚡️ Getting Started

This is a single page react app (SPA) built using Vite.

  • Fork this repo
  • Install node_modules using the npm i command.
  • Run the web app using the npm run dev command. This will start the web app on a port in your local server.

⚙️ Features

  • Functioning theme toggle
  • Functioning login & sign up form
  • Add validations
  • Show success & error toasts
  • Login with registered credentials