Skip to content

salomonj11/enrollments-crud-app

 
 

Repository files navigation

Enrollments CRUD Application

This project is designed to mimic the interface of an application that manages different school campuses as well as the students enrolled.

Key Features:

  • Create, Read, Update, and Delete campuses/students
  • Intuitive, mobile-friendly interface
  • Sort students/campuses by enrollment status
  • Precise form validation
  • Addresses link to Google Maps for driving directions

Fun fact: Each of the campuses listed in the seed file is an actual school that I have attended! ˝

Getting Started

Local Machine (command line)

  • $npm i
  • $createdb acme_school
  • $npm start

Technologies Used

For this project, I used:

  • JavaScript
  • React
  • Node
  • Less
  • Express
  • PostgreSQL
  • Sequelize

What I Learned

  • I became much more comfortable with linking up an entire application from front to back end.
  • I learned the wonders of CSS preprocessors and how they can make your life much easier!
  • How important it is to pace yourself during a long project to prevent burn out. Frequent breaks make for a productive developer! :-)

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Other 0.5%