Coder Social home page Coder Social logo

hire-me's Introduction

Nursery Attendance App

Overview

A nursery attendance management application built with Vite.js, React.js, and TypeScript. It allows staff to:

  • List children with pagination.
  • Check in a child.
  • Check out a child.

Design Decisions

Project Structure

The project is organized to separate concerns:

  • /public: Static assets and index.html.
  • /src: Source code, including:
    • /api: API-related functions.
    • /components: React components.
  • App.tsx: Main application component.
  • index.tsx: Entry point for the React application.

Setup Instructions

Prerequisites

  • Node.js (version 14.x or higher)
  • npm (version 6.x or higher) or yarn

Installation

  1. Clone the repository and navigate into it:
    git clone [email protected]:iziVersano/hire-me.git
    cd hire-me
    
  2. Install dependencies:
 npm install

Running the Application

Start the development server:

npm run dev

Open http://localhost:3000 in your browser.

Usage

List Children: The main page lists children with pagination controls. Check In/Out: Use "Check In" and "Check Out" buttons for managing attendance.

Note

Checkin child API call throws a 403 an unauthorized error sometimes

curl \
  -d 'accessToken=<accessToken>&pickupTime=16:00' \
  https://app.famly.co/api/v2/children/fcd683d0-bc31-468c-948f-1ca70b91439d/checkins

hire-me's People

Contributors

worldofgeese avatar tehnix avatar nicolaidahl avatar iziversano avatar adamblanchard avatar hmrdk avatar mbn-famly avatar ssnielsen avatar

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.