Skip to content

Heini-Maria/blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nerdy Facts = Micro blogging platform

Personal full stack project to practise rest APIs and to understand the relationship between back- and front-end. The React application is created from scratch, using Webpack.

Nerdy Facts is a microblogging platform that allows logged-in users to create new posts and delete and edit them. Users can also like and comment on posts created by other users.

Visit the deployed application here: https://sunny-cascaron-e5deb2.netlify.app/

Preview

8

Technologies used

  • React
  • Redux
  • Webpack
  • Express
  • mySQL

Features

  • Login and user authentication
  • dark & light mode
  • Logged-in users can add, like and comment on posts
  • User can edit and delete the post that she/he created

Future work

  • Create a side section showing the most popular posts

Personal experience

This was my first time building the server and database and taught me a lot. I countered multiple challenges especially while deploying the application, but was delighted to notice how much quicker I've become at building the front end. I still have things that I wish to improve in the code and will certainly keep on updating the project as I learn more.

Any feedback is highly appreciated.