Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.78 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.78 KB

Ignite ReactJS Projects by Pedro Lucas

Dedicated time:

About the Repository

This repository contains a collection of projects developed by Pedro Lucas, focusing on ReactJS. Each project is a unique application, showcasing different skills and techniques in web development.

Projects

A productivity application with a timer for task management. Uses React and TypeScript.

A personal finance control application. Made with React and Styled Components.

E-commerce simulation integrated with Stripe API. Built with Next.js and Tailwind CSS.

A static social media blogging platform, ideal for understanding UI and state management in React.

5. Pizza Shop Web

A work-in-progress project focused on a web application for a pizzeria.

Technologies Used

  • ReactJS
  • TypeScript
  • Styled Components
  • Next.js
  • Tailwind CSS
  • Vite
  • Other modern libraries and frameworks

How to Contribute

Contributions are always welcome! If you want to contribute to any project, follow these steps:

  1. Fork the project.
  2. Create a feature branch (git checkout -b feature/AmazingFeature).
  3. Make your changes and commit (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.