Github top language Github language count Repository size License
About | Features | Technologies | Screenshots | Requirements | Starting | License | Author
Reactdogs is the final project of Origamid React Course. This project has several improvements compared to the initial Origamid project design by the way. You can see all the new features added in the features section below.
βοΈ User authentication; (original)
βοΈ New accounts; (original)
βοΈ New posts; (original)
βοΈ Delete posts; (original)
βοΈ Posts stats; (original)
βοΈ Infinite scrolling; (original)
βοΈ Image lazy loading, placeholder feature without layout reflow; (new)
βοΈ Custom router redirects accordingly the user inputs for better UX; (new)
βοΈ General UI improvements, especially on mobile devices; (new)
βοΈ General UX improvements, especially on mobile devices; (new)
βοΈ Full responsiveness, all mainstream devices supported; (new)
The following tools were used in this project:
Before starting π, you need to have Git and Node installed.
# Clone this project $ git clone https://github.com/matheusbronca/reactdogs # Access $ cd reactdogs # Install dependencies $ yarn # Run the project $ yarn start # The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE file.
Made with β€οΈ by Matheus Bronca
Original project design by AndrΓ© Rafael