Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleksandrkartashev/react-crud-posts
https://github.com/oleksandrkartashev/react-crud-posts
crud react tailwind typescript vite
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oleksandrkartashev/react-crud-posts
- Owner: oleksandrkartashev
- Created: 2024-11-14T09:05:01.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-16T13:28:21.000Z (25 days ago)
- Last Synced: 2024-12-16T14:24:33.849Z (25 days ago)
- Topics: crud, react, tailwind, typescript, vite
- Language: TypeScript
- Homepage: https://react-crud-posts.vercel.app/
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-crud-posts
## What's inside
- React
- Typescript
- Tailwind
- Vite## Screenshots
![image](https://github.com/user-attachments/assets/059b76ea-a6fb-4ea1-b288-1b15243ec1ec)
![image](https://github.com/user-attachments/assets/bbc45d7c-15e4-48df-b500-51fb794b0726)
![image](https://github.com/user-attachments/assets/555b4270-30cf-4f46-952e-019825581b6d)
![image](https://github.com/user-attachments/assets/a6d7f15d-fcde-4b97-a7b0-d41d997f72c4)## Posts API Link
Fake api with posts created using DummyJSON. You could change API url in the `api.ts` file. Link [here](https://github.com/oleksandrkartashev/react-crud-posts/blob/master/src/services/api.ts).## Commands
```bash
# Install dependencies
npm install# Run the Project
npm run dev# build for production
npm run build# formatting with Prettier
npm run format# Lint project using ESLint
npm run lint```