Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabriel-corto/ignite-feed

Feed application developed in the module 1: ReactJS Fundamentals Course
https://github.com/gabriel-corto/ignite-feed

hookstate phosphor-react react-components-and-css-modules react-props responsible-app typescript

Last synced: 27 days ago
JSON representation

Feed application developed in the module 1: ReactJS Fundamentals Course

Awesome Lists containing this project

README

        

# 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

2. Browse to project folder
> cd project-name

3. Install dependencies
> npm install

4. Execute the project
> npm run dev

## 📚 Functional requirements


  • 1 - Create comments


  • 2 - Delete comments


  • 3 - Add likes in comments