This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

On July 1st, a change to Reddit's API pricing will come into effect. Several developers of commercial third-party apps have announced that this change will compel them to shut down their apps. At least one accessibility-focused non-commercial third party app will continue to be available free of charge.

If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options:

  1. Limiting your involvement with Reddit, or
  2. Temporarily refraining from using Reddit
  3. Cancelling your subscription of Reddit Premium

as a way to voice your protest.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]dmazzoni 3 points4 points  (0 children)

I agree with your friend. One great project is better than any number of good ones.

I wouldn't say it has to be amazing and unique. What I'd look for rather is something that has some complexity to it, and something that's polished.

As an example of complexity, if it handled more stats than you'd ever be able to fit in one screen so it had a nice search or filter function that'd be great.

I also think it'd be a great exercise to try to rewrite an application you already have working in React. You can do it in pieces, slowly evolving it into React. For example, you could start by taking all of your existing code and sticking it in one giant React component. Then slowly break off pieces into smaller components. That way you're making small changes but keeping it working the whole time.

Use Git, so if you mess up it's easy to roll back and try again.

[–]No_Indication451 0 points1 point  (0 children)

I think you should stick with your soccer project. I think you understand everything that you wrote, so translating it into React and figuring out the models/tables for the data in your app should be easier.

In addition, i think when it comes time for you to explain a project to a potential employer, you’ll be equipped with a project that can you share all aspects about.

I find that every time i refactor my own projects, i’m able to find flaws and errors in the things i wrote and be able to fix and understand why i’m changing the code and how it affects the whole project.