Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/deepashrisg/ajackus
- Owner: DeepaShriSG
- Created: 2024-11-29T10:41:50.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-11-29T16:19:22.000Z (27 days ago)
- Last Synced: 2024-12-13T05:06:08.466Z (14 days ago)
- Topics: axios, form, formik, react-hooks, react-router, reactjs, tailwindcss, yup-validation
- Language: JavaScript
- Homepage: https://melodious-babka-402771.netlify.app/
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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