Skip to content

A responsive and user-friendly website for "Two Right Feet," providing information about their library programs for children aged 3 to grade three. Developed as part of my freelance web development work, this project showcases the MERN stack with Typescript

Notifications You must be signed in to change notification settings

dmcote-1991/two-right-feet-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two Right Feet

Welcome to the Two Right Feet project! This website provides engaging library programs for children aged three to grade three, designed to foster a love for reading and learning.

Table of Contents

Features

  • User-friendly interface
  • Interactive program listings
  • Contact form for inquiries
  • Responsive design for mobile and desktop

Project Structure

two-right-feet-website/
├── backend/
│   ├── dist/                  # Compiled output files
│   │   └── ...        
│   ├── node_modules/
│   │   └── ...                
│   ├── src/                   # Source code
│   │   ├── server.ts          # Entry point
│   │   ├── global.d.ts
│   │   ├── config/
│   │   ├── controllers/
│   │   ├── models/
│   │   │   ├── Article.ts
│   │   │   ├── Image.ts
│   │   │   └── Program.ts
│   │   └── routes/
│   │       ├── article.ts
│   │       ├── image.ts
│   │       └── program.ts
│   ├── .env
│   ├── package.json
│   ├── eslint.config.js
│   └── tsconfig.json
├── frontend/
│   ├── dist/                  # Compiled output files
│   │   └── ...
│   ├── node_modules/
│   │   └── ...
│   ├── public/                # Static files
│   │   └── images/
│   │       ├── trf-header-footer-1.png  #TRF insignia static image
│   │       └── trf-home-1.png           #TRF banner static image
│   ├── src/                   # Source code
│   │   ├── components/
│   │   │    └── ...
│   │   ├── utils/             # Utility functions
│   │   │    └── fetchImages.ts 
│   │   ├── App.tsx            # Main application component
│   │   ├── index.tsx          # Entry point
│   │   └── styles.css
│   ├── index.html             
│   ├── .env
│   ├── eslint.config.js
│   ├── package.json
│   ├── tsconfig.json
│   ├── vite.env.d.ts
│   └── vite.config.mts
├── .gitignore
├── LICENSE.txt
└── README.md
    

License

© David Cote 2024. All rights reserved. This project is not open for use, distribution, or modification without explicit permission.

About

A responsive and user-friendly website for "Two Right Feet," providing information about their library programs for children aged 3 to grade three. Developed as part of my freelance web development work, this project showcases the MERN stack with Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published