Pinned Repositories
api-with-node-v1
Creates a personal twitter interface using node, express, and pug.
capstone-project-nodejs-backend-v1
This project is a Node.js backend API using Express.js. It serves a screen and glass repair website, managing orders, users, and weather info. It interacts with a database for data storage. External APIs provide weather and insect data. Code is organized with routes and middleware for error handling.
capstone-project-react-client-v1
This project is a web application for a screen and window services company. It allows customers to request repairs or replacements. Features include browsing services, requesting repairs, searching for local insects, and viewing weather. Built with React and Bootstrap.
content-scraper
Scrapes a website and stores scraped data in a created directory.
employee-directory
An employee directory populated with data from the Random User Generator API.
gulp-build-v1
Using gulp to compile and serve website.
interactive-form
Adding interactivity to static form using javascript.
library-manager-v1
A database project using sequelize cli, express, pug and node.js to create a library management system.
pagination-and-content-filter
The repository has a pagination system for displaying students, with numerical links based on the total count and desired per-page limit. Clicking the links reveals the respective page's students. Users can also search for specific students or names, with matching results displayed on the relevant page(s).
rest-api-sql-v2
A REST API project that allows users to administer a school database containing information about courses. This project uses Node.js, Express and Sequelize ORM.
nicholasmelliott's Repositories
nicholasmelliott/api-with-node-v1
Creates a personal twitter interface using node, express, and pug.
nicholasmelliott/capstone-project-nodejs-backend-v1
This project is a Node.js backend API using Express.js. It serves a screen and glass repair website, managing orders, users, and weather info. It interacts with a database for data storage. External APIs provide weather and insect data. Code is organized with routes and middleware for error handling.
nicholasmelliott/capstone-project-react-client-v1
This project is a web application for a screen and window services company. It allows customers to request repairs or replacements. Features include browsing services, requesting repairs, searching for local insects, and viewing weather. Built with React and Bootstrap.
nicholasmelliott/content-scraper
Scrapes a website and stores scraped data in a created directory.
nicholasmelliott/employee-directory
An employee directory populated with data from the Random User Generator API.
nicholasmelliott/gulp-build-v1
Using gulp to compile and serve website.
nicholasmelliott/interactive-form
Adding interactivity to static form using javascript.
nicholasmelliott/library-manager-v1
A database project using sequelize cli, express, pug and node.js to create a library management system.
nicholasmelliott/pagination-and-content-filter
The repository has a pagination system for displaying students, with numerical links based on the total count and desired per-page limit. Clicking the links reveals the respective page's students. Users can also search for specific students or names, with matching results displayed on the relevant page(s).
nicholasmelliott/rest-api-sql-v2
A REST API project that allows users to administer a school database containing information about courses. This project uses Node.js, Express and Sequelize ORM.
nicholasmelliott/react-data-fetch-practice
Using Fetch API to create a GIF searching app.
nicholasmelliott/react-gallery-app-v1
An image gallery created using React and Flicker API.
nicholasmelliott/react-router-4-practice
Learning to use react-router.
nicholasmelliott/scoreboard-practice
Building a scoreboard app with react. (React Basics)
nicholasmelliott/scoreboard-v2-practice
Building a scoreboard app using Create React App. (React Components Course)
nicholasmelliott/sheet-cut
Material Cutting App: Optimize material usage with cutting plans for sheet sizes. Generate efficient cutting layouts for donor sheets, minimizing waste. Input sheet dimensions, find the best way to cut them. Interactive interface and printable layouts streamline the cutting process.
nicholasmelliott/tic-tac-toe
User can play Tic Tac Toe against another player or the computer.