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

https://github.com/pedrolucasaraujo/learning__reactjs_ignite_feed

This project was developed during a course I took on React Fundamentals. Developed using React, TypeScript, Vite, and CSS Modules. It consists of the timeline of a social network, where it is possible to create posts, add comments, delete comments, and like posts.
https://github.com/pedrolucasaraujo/learning__reactjs_ignite_feed

cssmodules date-fns reactjs typescript vite

Last synced: 3 months ago
JSON representation

This project was developed during a course I took on React Fundamentals. Developed using React, TypeScript, Vite, and CSS Modules. It consists of the timeline of a social network, where it is possible to create posts, add comments, delete comments, and like posts.

Awesome Lists containing this project

README

          

# Ignite Feed

This project was developed during a course I took on React Fundamentals. The course covered key concepts such as componentization, props, state, and immutability, along with React Hooks for managing lifecycles and side effects. Additionally, I worked with TypeScript, adding static typing to improve code quality and maintainability. This training has enhanced my ability to create efficient and scalable React applications.

This application was developed using React, TypeScript, Vite, and CSS Modules. It consists of the timeline of a social network, where it is possible to create posts, add comments, delete comments, and like posts.

![Screenshot_20](https://github.com/user-attachments/assets/f0e35567-a1e6-4016-bbb0-b6bebcf1f3a1)

## How to run this project:
1. Run the command:
```bash
npm run dev
```
or
```bash
yarn dev
```
2. Access [http://localhost:3001](http://localhost:3001)