App that allows creation of tasks with validation using formik and yup
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is a simple Task Management App made with ReactJs, Vite, Bootstrap, Yup and Formik
Features:
- Add tasks
- Delete Tasks
- Add due date and category to tasks
To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/JordanLDavid/TaskManagementApp.git
- Install NPM packages
npm install
- Run locally
npm run dev
- Improve UI Layout and Design
- Add randomizer for homepage
Project Link: https://github.com/JordanLDavid/TaskManagementApp