Skip to content

DevishBaidawarChhetri/React-Tech-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Tech Store Project

This is a Tech Store website project (Simple E-Commerce Site)

Uses:

  • React a JavaScript library for building user interfaces.
  • React-Router for routing.
  • Context to pass data through component without having to pass props down manually at every level.
  • React-Icons for icons.
  • Styled-Components for writing CSS in JavaScript.
  • Formspree for handeling Contact Form messages.
  • Contentful for API (Content Management platform to create, manage and publish content.)

Getting started:

Clone:

git clone git@github.com:DevishBaidawarChhetri/React-Tech-Store.git

cd React-Tech-Store

Installing Dependencies:

npm install

Run Server:

npm start