DEV Community

Cover image for Hacktoberfest 2023: Contributing to React & Next.js projects
Mohamed Khaled Yousef
Mohamed Khaled Yousef

Posted on

Hacktoberfest 2023: Contributing to React & Next.js projects

Hello all đź‘‹

For newcomers to open-source ( todos )

Using Next.js (app router), TypeScript and Tailwind CSS
Contribute at https://github.com/this-mkhy/y

  1. Create a layout to contain header, home and footer.
  2. Create header with logo, and 3 pages profile, todos and fav-todos.
  3. Profile have user data like first name, last name, email and country.
  4. Todos must list all user todos and the user can update and delete todo. User also can select his/her favorite todos.
  5. FavTodos must contain only the favorite todos.
  6. in Home page, the user create a post about his/her todo.
  7. Create footer that have copyright and social media links.

For who want to learn react step by step and contribute to a react project:

Contribute at https://github.com/this-mkhy/react-curve
Try to fix responsive issues, update logic and add features.

Remember, to be creative and make the easy things easy and the hard things possible.

Top comments (0)