Welcome to Future Connect, powered by the non-profit Future Ready Five, is dedicated to advancing educational tools for early childhood literacy. We aim to transform individual scores into meaningful insights, guiding the creation of customized learning resources. Our focus is on developing simple yet innovative solutions to bridge the literacy gap for kindergarten-aged learners.
This prototype application allows users to input scores to the BRIGANCE test for two age ranges. We will consolidate the data based on questions and combine them into categories that can inform decisions learning resources which we will create mocks for learning resources.
- React + Next.js
create-next-app
- No Typescript
- Tailwind
- Node.js
- Express
express-generator
- MongoDB
- Mongoose
For the Frontend:
- Navigate to the 'client' directory.
- Execute
npm install
to install all the necessary dependencies. - Start the development server by running
npm run dev
.
For the Backend:
- Switch to the 'server' directory.
- Launch the backend services with the command
npm run start
. - Create a .env with the following variables
PORT = 3001
MONGODB_URI = "PUT_YOUR_MONGODB_URI_HERE"
Also included in this repo is a docs
directory which includes information included in our ideation steps, and the BRIGANCE assessment which we based our model on.
The code ("Code") in this repository was created solely by the student teams during a coding competition hosted by JPMorgan Chase Bank, N.A. ("JPMC"). JPMC did not create or contribute to the development of the Code. This Code is provided AS IS and JPMC makes no warranty of any kind, express or implied, as to the Code, including but not limited to, merchantability, satisfactory quality, non-infringement, title or fitness for a particular purpose or use.