https://github.com/mellcosta/ignite-feed
Ignite feed é um projeto simples que simula o feed das redes sociais, com funcionalidades de comentários, likes e apagar comentário.
https://github.com/mellcosta/ignite-feed
css-modules ignite-feed ignite-rocketseat javascript phosphor-react reactjs vitejs
Last synced: 3 months ago
JSON representation
Ignite feed é um projeto simples que simula o feed das redes sociais, com funcionalidades de comentários, likes e apagar comentário.
- Host: GitHub
- URL: https://github.com/mellcosta/ignite-feed
- Owner: mellcosta
- Created: 2024-09-17T05:47:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-10T06:59:45.000Z (5 months ago)
- Last Synced: 2025-01-17T21:07:03.591Z (4 months ago)
- Topics: css-modules, ignite-feed, ignite-rocketseat, javascript, phosphor-react, reactjs, vitejs
- Language: JavaScript
- Homepage: https://ignite-feed-three-beta.vercel.app
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ignite Feed
Ignite feed is a simlpe project which simulates your social media feed,
with features like comment, likes and delete comments.## Features
✅ - add comments
✅ - clap (likes)
✅ - delete comment
## How to use?
1. Clone the repository
`git clone https://github.com/mellcosta/ignite-feed.git `2. Install dependencies
`yarn` or `npm i`3. Run the local project
`yarn dev` or `npm run dev`4. Click the link
`http://localhost:3000/`## Technologies
- ReactJS
- Vite
- React Dom
- Date-fns
- Phosphor-react
### Developed by `Melissa Costa - @mellcosta`