Remote web development program, focused on learning HTML, CSS, Javascript, SQL, and associated frameworks (such as Node.js, React, jQuery, and PostgreSQL)
•Designed mobile-first full-stack applications from conception to deployment, while learning industry best practices
Projects:
Flash Cards App
•Designed a flash cards app which lets users create, edit and delete flashcards to help them study.
•Configured a Docker file so that the project can be run in any development environment.
•Hosted the client on Vercel and the server on Heroku as a workaround for the JSON-server API.
•Built with: React, React Hooks, JSON server, Bootstrap
We love Movies:
•Built API conforming to RESTful standards Utilized common middleware packages Provided access to relevant information through route and query parameters Used PostgreSQL to store data Handled error for nonexistant routes Customized knexfile.js file for staging Used Knex.js to write database queries for handling CRUD operations in an Express server Utilized joined and nested data with Knex.js Wrote database migrations using Knex.js's migration tool Deployed backend to to Heroku