Feed application developed in the module: ReactJS Fundamentals.
Ignite feed is a project that simulates the social media feed, with features such as comments, applause and deletion of comments.
developed during the training at https://www.rocketseat.com.br of the react fundamentals module, with the objective of establishing the pillars of react, which are componentization, properties, states and development of static typing with typescript.
- Vite
- React.js
- Typescript
install node.js on your computer
- Clon repository
- Browse to project folder
cd project-name
- Install dependencies
npm install
- Execute the project
npm run dev