Skip to content

Latest commit

 

History

History
140 lines (90 loc) · 5.15 KB

README.md

File metadata and controls

140 lines (90 loc) · 5.15 KB

Frontend Mentor - Blogr landing page solution

This is a solution to the Blogr landing page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size
  • See hover states for all interactive elements on the page

Screenshot

Login Regsiter

Built with

  • Reactjs
  • php codeignitor
  • Semantic HTML5 markup
  • CSS custom properties
  • Bootstrap

Author

php version: PHP 7.2.34

node version: node v12.18.1 (64-bit)

npm install

npm start

Open http://localhost:3000 to view it in the browser.

install xampp

open xampp

start apache and mysql

open phpmyadmin create new database

import eventdb.sql in your db

goto cd server/application/config/database.php and add your db name and credentials

cd server

run this command to start php server on port 8080

php -S localhost:8080