Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deepashrisg/ajackus

A simple CRUD operation of API data.
https://github.com/deepashrisg/ajackus

axios form formik react-hooks react-router reactjs tailwindcss yup-validation

Last synced: 14 days ago
JSON representation

A simple CRUD operation of API data.

Awesome Lists containing this project

README

        

# React + Vite

## Features

- **React Router DOM**: For dynamic routing.
- **Tailwind CSS**: Utility-first CSS framework for rapid UI development.
- **React Toastify**: Easy-to-use notifications.
- **Axios**: Simplified HTTP requests.
- **React Error Boundary**: Advanced error handling.
- **Formik + Yup**: Form management and validation.

---
## API ENDPOINT https://jsonplaceholder.typicode.com/

npm i react-router-dom
npm i react-toastify
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init
npm install axios
npm install react-error-boundary
npm install formik --save
npm install yup --save