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