/reactdogs

My project of "React Dogs", a dog's social media developed in React.js

Primary LanguageJavaScriptMIT LicenseMIT

Reactdogs

 

Demo

Reactdogs

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Screenshots   |   Requirements   |   Starting   |   License   |   Author


🎯 About

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.

✨ Features

✔️ 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)

🚀 Technologies

The following tools were used in this project:

📷 Screenshots

Reactdogs webapp

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# 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>

📝 License

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

 

Back to top