/photo-blog

Primary LanguageJavaScript

Photo Blog Application

This application is a basic single page application developed using ReactJS and other tech stack.

Application Live Url

The application is live. Check it out here: https://photo-blog-application.herokuapp.com/

Features

->View current user's Albums and the photos present in each album
->View current user's Posts and also view comments on posts.
->The application uses https://jsonplaceholder.typicode.com/ to provide FAKE data

Tech Stack

ReactJs
Redux
Node
Express
Html
Css
javascript

Some Libraries Used

prop-types
react-router

Steps to run the app

1.clone the repo
2.use 'cd photo-blog' to navigate to app directory
3.run 'npm install' ( this step is required to install server dependencies)
4.run 'npm install' ( this step is required to install client dependencies)
4.run 'npm run dev' (launches the application in development mode.)