mounikagonti / astra-task

Astra-Task, This setup allows you to toggle between light and dark themes and ensures form validation using Formik and Yup.

Home Page:https://astra-task.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astra - React Test

System Requirements

# Node.js 16.8 or later.
# MacOS, Windows (including WSL), and Linux are supported.

Prerequisites

# Download the Node js and setup your environment

# Check your node version
$ node -v

# Check package manager version
$ yarn -v (or) npm -v

Quick Start

# Clone the application
$ git clone https://github.com/mounikagonti/astra-task.git

# Install dependencies
$ yarn install (or) npm install

# Serve on localhost:3000
$ yarn run dev (or) npm run dev

About

Astra-Task, This setup allows you to toggle between light and dark themes and ensures form validation using Formik and Yup.

https://astra-task.netlify.app/


Languages

Language:TypeScript 97.0%Language:HTML 3.0%