https://github.com/imnotannamaria/ignite-feed
A post feed platform where you can add and remove comments on posts.
https://github.com/imnotannamaria/ignite-feed
react typescript
Last synced: 4 months ago
JSON representation
A post feed platform where you can add and remove comments on posts.
- Host: GitHub
- URL: https://github.com/imnotannamaria/ignite-feed
- Owner: imnotannamaria
- Created: 2022-07-08T13:32:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T17:07:31.000Z (almost 3 years ago)
- Last Synced: 2024-12-27T05:42:49.482Z (6 months ago)
- Topics: react, typescript
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ignite Feed
Project created at Rocketseat's Ignite trainingt with React.
Project uses technologies such as:
- TypeScript
- React## Deploy
To deploy this project, run
```bash
npm i
``````bash
npm run dev
```