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.
- Host: GitHub
- URL: https://github.com/pedrolucasaraujo/learning__reactjs_ignite_feed
- Owner: PedroLucasAraujo
- Created: 2024-08-28T19:49:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T16:38:27.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T01:05:36.997Z (over 1 year ago)
- Topics: cssmodules, date-fns, reactjs, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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)