This is a React project developed with TypeScript and Vite, simulating a social media feed similar to Twitter. In this application, users can create posts, applaud comments, and interact dynamically.
-
Content Posting: Users can create posts to share thoughts, news, or updates with the community.
-
Interactivity: The application offers features like applauding a comment to express approval.
-
React: The JavaScript library for building efficient and reactive user interfaces.
-
TypeScript: A typed superset for JavaScript that adds static types to the language.
-
Vite: A fast bundler for JavaScript/TypeScript projects that leverages modern development architecture.
-
date-fns: A modern library for date manipulation in JavaScript.
-
phosphor-react: Stylish icon set for React applications.
-
Clone this repository:
git clone https://github.com/Marcela-Rocha-Martins/react-project1-feed-typescript.git
-
Install dependencies: npm install or yarn install
-
Run the application: npm run dev or yarn dev
The application will be available at http://localhost:5173/vite-deploy-demo/
This project its available on: https://react-project1-feed-typescript.vercel.app/