Skip to content

📬 Postact is a "replica" of a timeline of a social network where you can comment and do some manipulations on the posts

Notifications You must be signed in to change notification settings

dev-jhon-yo/postact

Repository files navigation

banner

Technologies   |    About   |    Preview   |    Contributor


📕 About

This project was created in order to understand the fundamentals of ReactJS.

learned about

  • React Fundamentals
    • Components and communication between components
    • Properties
    • State and Key
    • Closures
    • Immutability
    • etc...
  • Style whit CSS Modules
  • Bundlers, Compilers and create react app whit Vite
  • Typescript fundamentals and how to use it in react

🚀 Technologies

This project was developed as the following technologies:

🤝 Contributor

You have some idea that could further leverage the project, and you want to implement it? It's simple!

  1. Make project fork
  2. Install all dependencies using the package manager that suits you best yarn or npm i
  3. Create branch to your feature git checkout -b feature/FeatureName
  4. Modify what you think is necessary and add git add .
  5. Commit the changes git commit -m "feat: exemplo add a new feature"
  6. Push the Branch git push origin feature/FeatureName
  7. Create a Pull Request

🔓 License

This project is under MIT license. Click here for more details.


About

📬 Postact is a "replica" of a timeline of a social network where you can comment and do some manipulations on the posts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published