Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1011 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 1011 Bytes

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