This project is a Stack overflow clone, implementing CRUD pattern in react.js. It is a platform to unite web developers of all levels to share their knowledge, bring clarity to though questions and be exposed to different thinking processes. The app is served by a custom Rails API on the backend. Accomplishments: *** Built a fully functional CRUD Rails API connected to a PostgreSQL Database *** Fetched data from the rails API using react life-cycle methods *** Used Redux for state management *** Used React-Router to implement a routing system to keep UI in sync with the URL *** Implemented user authentication system using JSON Web Tokens (JWT) *** Implement an alert system using react-s-Alert to alert users of the success or failure of the action taken *** Styled the app with Tailwind CSS