What are Capstone Projects?


Project Description

The goal of this project is to create a Blog web application using Node.js, Express.js, and EJS. The application will allow users to create and view blog posts. Posts will not persist between sessions as no database will be used in this version of the application. Styling will be an important aspect of this project to ensure a good user experience.


Example

http://www.paulgraham.com/articles.html


Deliverables


Features

1. Post Creation: Users should be able to create new posts.

2. Post Viewing: The home page should allow the user to view all their posts.

3. Post Update/Delete: Users should be edit and delete posts as needed.

3. Styling: The application should be well-styled and responsive, ensuring a good user experience on both desktop and mobile devices.


Technical Requirements

1. Node.js & Express.js: The application will be a web server built using Node.js and Express.js. Express.js will handle routing and middleware.

2. EJS: EJS will be used as the templating engine to generate dynamic HTML based on the application's state.


Timeline

         Hour 0: Planning

FAQs

1. Where are the starting files/styling files/solution code?

The purpose of Capstone projects is for you to develop the independent skills required in a professional developer. Unlike the tutorial projects at the end of the modules, capstone project give you far more freedom, but also they give you less help. There are no starting files, styling files, steps, guidance or solution code. The point is for you to build a real-life project by yourself using the skills you have acquired up to this point. We are assuming you have not skipped over any modules in the course.

For more information on capstone projects, see this video: https://www.udemy.com/course/the-complete-web-development-bootcamp/learn/lecture/37350282


2. Can I use these Capstone projects in my job interviews/portfolio?

Yes! That's the point of these capstone projects. Unlike course projects, which have solution code and video walkthroughs, Capstone Projects are meant to be entirely your "own work". There are over a million students who have enrolled on this web development course worldwide. If you add a course project to your portfolio, it's very likely that your client will know it's from this course. The capstone projects on the other hand, have no solution code, no walk through, no design specs. It's it purely your creation So it can definitely be counted as your own work and be added to your portfolio.

When I hire developers, I always ask for a portfolio. I consider what they have built by themselves to be far more important than which University they went to or if they have a computer science degree. Many of my friends who are CEOs in multi-nationals and startups agree.


3. What if I don't remember how to do something, even though I watched all the videos?

Watching a video is often not enough to learn a skill. That's why these capstone projects are a great opportunity to identify your weak points. While you're building, you'll find yourself stuck or forgetting how to do things. Great! It's then time to review previous lessons or online documentation to fill your knowledge gaps.