Skip to content

Feed application developed in the module 1: ReactJS Fundamentals Course

Notifications You must be signed in to change notification settings

gabriel-corto/ignite-feed

Repository files navigation

Ignite Feed

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.

🛠️ Tecnologies

  • Vite
  • React.js
  • Typescript

🚀 How to start ?

install node.js on your computer

  1. Clon repository

git clone https://github.com/usuario/nome-do-projeto.git

  1. Browse to project folder

cd project-name

  1. Install dependencies

npm install

  1. Execute the project

npm run dev

📚 Functional requirements

  • 1 - Create comments
  • 2 - Delete comments
  • 3 - Add likes in comments