YasmineEl-shahat / Carved-Rock-

Home Page:https://carved-rock.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Start

Run the following commands:

npm install
npm start

This will install dependencies, then start the app and mock API.

Starter Project Overview

This project was bootstrapped with Create React App.

I made the following enhancements:

  1. Added mock API using json-server and configured npm start to run the app and mock API at the same time. See Building Applications with React and Flux for details on how to set this up from scratch.
  2. Added some React components to help us get started.
  3. Added App.css with basic styles
  4. Added some images to /public.
  5. Added functions for fetching data in /src/services.

About

https://carved-rock.vercel.app/


Languages

Language:JavaScript 87.0%Language:CSS 8.5%Language:HTML 4.5%