Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

```