Skip to main content

Possibles

Build a Simple Todo App with React

https://medium.com/javascript-in-plain-english/build-a-simple-todo-app-with-react-561579b39ad1


How to Deploy Your React App to Heroku

https://medium.com/better-programming/how-to-deploy-your-react-app-to-heroku-aedc28b218ae


Hosting a ReactJS application in Github Pages

https://medium.com/better-programming/how-to-host-your-react-app-on-github-pages-for-free-919ad201a4cb


15 ReactJS Project Ideas: Beginner to Expert

https://blog.nerdjfpb.com/project-ideas-for-react-js-beginners-to-expert/


15 React Native App IDEAS: BEGINNER TO EXPERT [WITH FREE TUTORIAL]

https://blog.nerdjfpb.com/project-ideas-for-react-native-beginners-to-expert/


9 Exciting React Project Ideas & Topics for Beginners 2020

https://www.upgrad.com/blog/react-project-ideas-topics-beginners/


21 React Project Ideas for Beginners

https://www.dunebook.com/react-project-ideas-for-beginners/


8 React.js Project Ideas to Help You Start Learning by Doing

https://www.freecodecamp.org/news/8-reactjs-project-ideas-to-start-learning-by-doing/


5 React Projects You Need In Your Portfolio

https://www.freecodecamp.org/news/5-react-projects-you-need-in-your-portfolio/


6 Fun React Project Ideas

https://daveceddia.com/react-practice-projects/


Examples from the ReactJS site:

https://reactjs.org/community/examples.html

Comments

Popular posts from this blog

react 000 tic tac toe

Wherein we begin the journey to learn / improve in different technologies. This first effort is simply the default tutorial from the ReactJS site. I will walk through the tutorial learning as I go. At the end there are six enhancements recommended for the tutorial code; I'll do those too.                                                                                                                                                                                                                                                                                                                                  Context The one from the ReactJS site. Instruction/Tutorial Link https://reactjs.org/tutorial/tutorial.html Code Link https://github.com/dvjc/react_000_tictactoe Challenges I'm not quite used to the way in which React apps are broken out. I ultimately hope to build some more robust things - so failing in this controlled way (within the context of a working app) is very helpful.

react 001 hosting reactjs via github pages

Wherein learn how to configure a ReactJS project to be hosted by github. I'm already using github pages, already have a working ReactJS application, and have a tutorial - but stuff I don't know and have not linked the technologies in this way - so should be interesting. I also intend, like before, to bake-in improvements. I'm starting with my react-000 project (tic-tac-toe) but adding some features. Considering either adding a one-player mode or making it three-dimensional (4x4x4). Context Started with my implementation of the tutorial (+ requested improvements) from the ReactJS site. Then baking in the integration. Demo https://dvjc.github.io/react_001_github_integration/ Instruction/Tutorial Link original code source:  https://reactjs.org/tutorial/tutorial.html integration configuration:  https://medium.com/better-programming/how-to-host-your-react-app-on-github-pages-for-free-919ad201a4cb note: This is on Medium and not free - so you may need to subscribe or open it in a