Practice Folder Structure (3.1) - Building a Full-Stack CRUD Application
Students

Academic Programs

AI-powered learning for grades 8-12, aligned with major curricula

Professional

Professional Courses

Industry-relevant training in Business, Technology, and Design

Games

Interactive Games

Fun games to boost memory, math, typing, and English skills

Folder Structure

Practice - Folder Structure

Learning

Practice Questions

Test your understanding with targeted questions

Question 1 Easy

What files should be included in the public folder?

💡 Hint: Think about what is served to the client.

Question 2 Easy

What does server.js represent in our folder structure?

💡 Hint: Consider where the backend logic is initiated.

4 more questions available

Interactive Quizzes

Quick quizzes to reinforce your learning

Question 1

What type of files does the public folder contain?

Only HTML files
HTML
CSS
and JavaScript files
Database files

💡 Hint: Think about what users directly interact with on a webpage.

Question 2

True or False: The package.json file is only for backend dependencies.

True
False

💡 Hint: Consider what a package manager does for both front/backend.

Get performance evaluation

Challenge Problems

Push your limits with advanced challenges

Challenge 1 Hard

Devise a file structure for an application that includes user authentication, front-end, and back-end. Justify each folder's purpose.

💡 Hint: Consider what functionalities each part serves.

Challenge 2 Hard

Analyze how a disorganized folder structure could affect a team's ability to work on a project together.

💡 Hint: Think of how a cluttered workspace affects productivity.

Get performance evaluation

Reference links

Supplementary resources to enhance your learning experience.