Writing and Social App with ReactJS

Fast and Clean Single Page Application

Project Date: May 2020, in Course: React For The Rest Of Us

For my first real taste of using ReactJS I managed to create modern and featured Single Page Application. The Writing and Social App project was the focus of the React for the Rest of Us course. It is useful to compare the result of this application against the very similar one I built in the Full stack Javascript course.

Project Details

The entire focus of this project was the front-end user interface. So without going into too much detail, the React project relies on a Webserver project built with Node.js and uses MongoDB as its database. For live deployment, the MongoDB database is hosted on Atlas. It makes useĀ  of Axios to perform the API calls for getting and setting data from the front-end. The front-end uses a fairly simple Bootstrap implementation and custom CSS for styling – although there is little focus on this. Once again this project makes use of Webpack for development and deployment.

React development included:

In developing the project locally you need the separate Web Server project (found here) – which required to be started using npm run start. For the front-end (React) project, it is started by running npm run dev – running on localhost:3000.

Application Features

The application contains many cool features and feels very fast to use. Here’s a list of features:

Launch Project


GitHub Page

https://github.com/eastie71/react-writing-app


Language(s) Used