/blog

Primary LanguageJavaScript

The Nomadic Blogs

A website where I have added my blogs and custom image for each blog. Built with clean and structured code, using React.Js, Bootstrap and hosted on Firebase. Uses Redux to handle data and state management.

React Redux Firebase JavaScript NPM Bootstrap

Web Link

https://blog-e5e5f.web.app/

How to Install and Run the Project

To get you started you can simply clone the repository:

git clone https://github.com/anahika/blog.git
cd blog

and install the dependencies

npm install

Prerequisites

You need git to clone the repository. You can get git from http://git-scm.com/.

A number of node.js tools is necessary to initialize and test the project. You must have node.js and its package manager (npm) installed. You can get them from http://nodejs.org/. The tools/modules used in this project are listed in package.json.

Run the Application

The project is preconfigured with a simple development web server. The simplest way to start this server is:

npm start