Giter Club home page Giter Club logo

schools4fools's Introduction

School's 4 Fools

Overview

Schools's 4 Fools is a web application that allows users to find and save detailed school information for any schools in their area, based upon several query parameters.

In addition to viewing the latest and greatest school information, users can also log in, log out, create a new account, and "favorite" schools to view them at a later time.

Getting started

  • Clone down the repo and install the dependencies with npm install.
  • Run npm start and visit http://localhost:3000 to view the application in the browser.
  • The query paramaters are:
    • a two character state: CO
    • a school level: High, Middle, Elementary, Alt or Private
    • home/work location Latitude: 39.750944
    • home/work location Longitude: -104.996611
    • maximum distance in miles from Lat/Long above: 20
  • Run the test suite with npm test.

Learning goals

  • Make informed design decisions to create a user-friendly application.
  • Become comfortable with different network requests like GET, POST, & DELETE.
  • Solidify concepts with React to create clean and re-useable components.
  • Become comfortable with Redux’s lifecycle, creating actions, reducers, and connecting them to React components.
  • Understand and solidify concepts with React component, asynchronous code, route handling, and Redux testing.

Built with

  • React (create-react-app)
  • React Router
  • Functional React components
  • Class React components
  • Redux
  • Testing Jest/Enzyme
  • CSS
  • Fetch API
  • SchoolDiggers API

Images

Wireframe

Schools4Fools_WireFrame

Home Page

Schools4Fools-Home

SchoolCards

Schools4Fools-School-Card

schools4fools's People

Contributors

triplemanus avatar

Watchers

James Cloos avatar  avatar

schools4fools's Issues

Integrate Google Map API

Use google map API to display the locations of all schools that meet the specified search criteria.

Get favoriting working

When a user clicks the save school/favorite button, it should save that school and its information in the favorites array for displaying and editing at a later date/time.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.