Skip to content

geormary/TechType

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TechTypeLogo0beta

Tech_Type

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage

About The Project

Tech_type is a project made with love by 6 passionate developers and their love of learning. The project was made by developers for developers new or old who want to improve there finger dexterity while typing and muscle memory and accuracy while typing code. To drastically improve effeciency and to save time .

Netlify: https://boring-turing-1469e3.netlify.app/
Heroku: https://rocky-shelf-02458.herokuapp.com/

(back to top)

Wireframe

image_from_ios2

image_from_ios

### Built With
  • [React.js]
  • [Bootstrap]
  • [Express]
  • [Firebase]
  • [SQL]

(back to top)

Getting Started

Setting up your project locally. To get a local copy up and running follow these simple steps.

Basic App

/back-end

  • cd back-end
  • npm install
  • touch .env

make sure you are on the same level as the package.json of the back-end directory

  • touch .env
PORT=3333
PG_HOST=localhost
PG_PORT=5432
PG_DATABASE=postgres
PG_USER=postgres
PG_PASSWORD=""
  • npm run db_init
  • npm run db_seed

Test app locally.

front-end Set Up

/front-end

  • cd front-end

  • npm install

  • npm start

Usage

The use case of this project can be used widly in the education sphere of bootcamps and starter coding courses such as in high schools and college for student. Mainly to improve there familliarity with a keyboard and hitting awkward keystroke they may not be familliar with. Improving accuracy to perform during technical job interviews or exams that have time constraints.

(back to top)

Roadmap

Developers

Alvi, Kathy, Geomary, Candy, Fezz,and Grace

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.5%
  • HTML 3.6%
  • CSS 1.5%
  • Shell 1.4%