[Code Camp] A highly concentrated front-end course created at Bootcamp

This is a highly concentrated curriculum from a ‘real’ bootcamp that has produced over 300 developers in a year. With just this one class, you will be able to grow to the level of a junior developer in the field and gain the ability and knowledge to use the front-end technology stack. [InflearnX Code Camp] has prepared this so that anyone can build a career regardless of their social, economic, or educational background :)

(4.5) 83 reviews

1,892 learners

Level Beginner

Course period Unlimited

React
React
Next.js
Next.js
GraphQL
GraphQL
SEO
SEO
Node.js
Node.js
React
React
Next.js
Next.js
GraphQL
GraphQL
SEO
SEO
Node.js
Node.js

Reviews from Early Learners

4.5

5.0

수달

1% enrolled

Hello. I am a first-year junior backend developer. I was studying the front-end field due to the company's needs and personal desires, and I happened to come across this course, so I purchased it and am currently taking it. It definitely felt unfamiliar at first because the flow was different from the back-end field, but it is getting more and more interesting and faster because it teaches the principles and usage of the language called JavaScript. It is better because it is a method of studying while creating things together rather than just learning the principles, so even when I don't understand it well, I can learn by touching this and that on my own. Thanks to the good curriculum, after listening to all of these courses, I expect to be able to achieve the position of a back-end developer who can understand the logic of the front-end at least. Thank you for the good course.

5.0

감자도리

2% enrolled

Wondu Mentor..... You came to Inflearn. Wondu Mentor, whom I trust and listen to, your lectures ㅠㅠㅠ How are you? I miss you so much. Thanks to you, I got a job as a front-end developer and I've been doing well at the company for a yearㅠㅠ! I was browsing Inflearn and your lecture suddenly came up so I quickly paid for it! I'll keep the front-end and study the back-end❤️ I listened to the first part again and your voice and face are so homesick... I'm so happy that I can see you even like this!!! Following you, I'll study hard again and jump up to full stack!!!!! I'll go greet you soon! I respect you, Mentor!😍

5.0

움냐

3% enrolled

I am a graduate who completed the offline CodeCamp Full Stack course! I heard through text that Mentor Wondu's lecture was uploaded to Inflearn, so I came running. As a developer, I would like to talk about this curriculum from the perspective of a developer. If you want to become a junior who considers the performance of a project, it seems to be the perfect curriculum! In addition to memoization used in React, which juniors can often encounter, I also learned repaint and reflow based on browser rendering principles, so the range of things I can consider when refactoring has definitely expanded! And you taught me patterns that can help me write code in a way that is a little more advantageous for maintenance, and you gave me tips, so I am personally using them well! I can't believe I'm seeing this lecture againㅠ I don't know if Mentor Wondu remembers me, but I miss youㅜㅜㅜ No Wondu! No Gain! Forever!

What you will gain after the course

  • 2 practical portfolios

  • 8 Projects Built Using the Latest Tech Stack

  • Complete understanding of the overall development cycle

  • Enhance practical communication skills

  • +α Learn the basics of CRUD in the backend

Even for those with no base and no major
Career Jump as a Front-end Developer! ⭐

📢 There are instructions.
This is an updated lecture of the high-concentration front-end course.
[The Perfect Front-End Course] has been newly opened.

👉🏻 New Frontend Course:



The new Front-End Bootcamp course for 2025 has been re-launched with more powerful and detailed content!
Grow quickly and with practical learning content in the 'Complete Front-End Course' consisting of 4 parts.

[Start with Free Camp], [CSS&Javascript Master]. [Web Front-end Bootcamp], [Hybrid App Bootcamp]
We are continuing to provide over 150 hours of intensive front-end lectures, from complete beginner level to hybrid app course:)

Take a higher career jump in 2025🚀
CodeCamp supports your growth.


💥 Attention!
This course is a curriculum that is actually used in coding bootcamps and can be taken by anyone from beginners to non-majors and junior developers.

Made in a 'real' bootcamp
[Highly concentrated front-end course]

✅ Studying is like working! A practical lecture that teaches you how to apply it to work.

A step-by-step curriculum that can be understood by everyone from non-majors to majors

[React, Next.js, Graphql] Learning languages and implementing projects using the latest technologies

 The curriculum is based on a certified 'real' bootcamp with a 92% employment rate .

✅ Growth from complete basics that even no-base can achieve to developer employment level


For these people
It's a perfect fit

A to Z,
I want a professional lecture.

Development..? I don't know anything
I want to grow to a job level.

The techniques used in practice
I want to learn real know-how.


Why do we
Should I use React and Next.js?

Next.js is a framework for the React library . Unlike React, Next.js basically does Server-Side Rendering (SSR), so it is good for search engine optimization (SEO) . It also allows you to retrieve pages with data rendered in advance through pre-rendering, so it is also advantageous in terms of user experience.

In addition to this , it provides page-based routing, image optimization, built-in-css, etc. to improve project performance and provide a convenient development environment for developers, allowing for efficient and high-performance development :)


It's okay even if you're a complete beginner.
Should we start from the basics first?

"I don't even know the 'code' of coding... Will I be able to get a job as a developer?" Put those worries aside right now. This course starts with a solid foundation so that even complete beginners can grow to the level of working developers!

🧩 Basic application step 01.

What is coding? From program installation to building the basics

We will learn the basics of web and app development, the basic grammar and usage of HTML, CSS, and Javascript, and based on what we have learned, we will implement membership registration and a mini-homepage.


🧩
 Step 02 of spreading the foundation.

CSS with over 60 cutting-edge properties!

Let's review what we learned today today! After attending the lecture, we will help you fully absorb it through sufficient practice.

🧩 Basic application step 03.

Enrich your web pages with Javascript.

This is a time to learn about the tools we use together, how Javascript works, how to write code, and to make what you have learned completely your own by implementing a d-day counter and to-do list.


Not missing a single gap

Front-end curriculum that 'crosses the line'

#01. React Basics

Let's start with the basics of React. First, install various packages. Then, understand Node.js, a Javascript runtime environment, and create a project with React.

#02. Data Communication

Understand the difference between Rest-API and GraphQL, and learn how to communicate with the backend through Apollo Client.

#03. Routing and Re-Rendering

You can understand and utilize the differences between Router and Dynamic Routing, which are page movement methods.

#04. Folder structure, props, and component reusability

Understand the Container/Presenter pattern and learn how to reuse components to increase efficiency.

#05. TypeScript

Understand the different types in TypeScript and apply them to my portfolio.

#06. Framework/Library and Layout
structure

Various libraries for decorating web pages. Learn how to use them and implement pagination and infinite scroll for usability.

#07. Components and Life Cycle

Understand the difference between the lifecycle of a class component and the lifecycle of a functional component, and learn how to utilize it based on this.

#08. Backend Structure and Firebase

You can create your own API and understand the basics of the backend. You will also utilize Firebase, a BAAS service. A frontend developer who understands the backend! Isn't that so attractive?

#09. Upload image

'I want to upload a pretty image on my homepage!' You can understand the process of uploading images and upload them yourself after verification.

#10. Search

A search function is a must on any webpage. Understand the search process and apply debouncing to enhance your webpage.

#11. Login and Permissions Branching

Understand the login process using the JWT token method. You can also set up authorization branching based on login status and manage Globalstate using Recoil.

#12. Form Library

You can improve your service more efficiently by refactoring existing codes using React-Hook-Form and yup.

#13. custom hooks

You can create custom hooks using destructuring assignment and TypeScript's generic types.

#14. Kakao Map and Web Editor

Do you know SSR and CSR? Understand the difference and learn how to use Kakao Map and Web Editor.

#15. Payment and Event Loop

The core of the e-commerce platform! Understand and implement the payment process. Also, learn more about the operating principles of JavaScript.

#16. Refresh Token

Learn a practical login process using refresh tokens.

#17. Performance Optimization

You can refactor existing codes as if you were working in real life by using useMemo, useCallback, and temporary image URLs.

* Provides a separate API for classes.

#18. Test code and deployment

I'm going to create a test code using jest and cypress. This will allow me to test my code by performing unit tests and integration tests.


With code filled by my own hands
Complete your portfolio.

☝🏻 All About Free Bulletin Board

You can directly implement a bulletin board that is indispensable anywhere on the web, such as blogs and communities. It is impossible to do coding only with theory! Through project practice, you can fill in your own code with various functions such as pagination and infinite scroll. In addition, you can decorate it with a UI that suits your personality, so not only interest but also skill will increase, right?

✌🏻 An e-commerce platform created with a bulletin board

"By any chance... Are you a carrot?🥕" Do you know how E-commerce platforms like Coupang and Carrot Market are created ? You can implement an E-commerce website with many functions such as membership registration, login, payment, and community with your own hands . It may seem daunting at first, but after taking this course, you will have created a wonderful portfolio.

🎯 This is the portfolio you get from this course.
· 01. Free Bulletin Board
- Implement the most core functions of the web, such as UI, list-up, pagination, and post editing and deletion, and complete a portfolio based on these.
· 02. Secondhand Market - This is a portfolio that upgrades the bulletin board created as the first portfolio into a secondhand market. It implements functions such as login, permission division, payment, and image processing.

Plus, just one lecture
Get this much stack at once!

It is difficult to understand multiple languages at once. In this course, you will complete your own web page by directly utilizing various stacks such as Javascript, Typescript, React, Next.js, and Graphql through a project. You will learn how to use languages that are organically connected to implement a single function, and you will understand it naturally.

In real practice, you need to be able to use various languages appropriately and achieve the best efficiency!

* version: This is the version used when taking the course. (Please refer to this if necessary!)

 - next 12.1.0
- react": 17.0.2
- react-dom": 17.0.2
- typescript": ^4.8.4
- @types/node": 17.0.2
- @types/react": 17.0.2
- @apollo/client": ^3.6.9
- @emotion/styled": ^11.10.0
- @material-ui/core": 4.12.4
- antd": ^4.22.8
- eslint": ^8.0.1
- prettier": 2.7.1

It's okay if you don't understand 'Version' and its technology stack. I'll explain it to you in detail and kindly in the lecture :)

For a higher career jump
We provide boot camp course materials.


📑 Section-by-section learning materials

This is a resource that helps you understand the content while taking the class. Since it is a resource that actual boot camp students also use, if you use it well, it will be of great help even if you miss something.

📑 Section-by-section assignment materials

Let's review what we learned today today! After attending the lecture, we will help you fully absorb it through sufficient practice.


📑 Portfolio by section

This is a reference material that you can use when creating a portfolio using the features you learned in each section. Add two projects to your portfolio with this lecture!



Students taking this course
Introducing a service we created ourselves.

🎨 Artipul
This is a service that allows you to easily purchase art works by art students. In addition to the main page, it enables point charging and payment through an open payment API, and even implemented a real-time bidding function using Socket.io.

📙 Flog
It is a travel guidebook service consisting of a travel schedule, household account book, and travel log. If you create a travel schedule with the drag&drop function, it will be saved in the DB in real time, which increases usability. In addition, it has been implemented so that you can share your schedule with other users!


[Highly concentrated front-end course]
After taking the course, I too can become a developer!


🙆🏻‍♀️ 2 portfolios that can be used immediately in practice

👨🏻‍🎓 Build a solid development knowledge base that can help you grow on your own

💁🏻‍♀️ Junior developer with smooth communication in practice

👨🏻‍💻 Front-end developer with excellent collaboration skills with other departments

🙋🏻‍♀️ Developing an E-commerce Platform that You Can Do on Your Own

For a higher career jump
[Highly concentrated backend course] has also been prepared.

👉🏻 Related recommended lectures:


If you have understood the latest front-end technology stack and development cycle using the practice API, learn more about the back-end centered on Node.js and Nest. We will teach you everything about the back-end, such as how to create the necessary API yourself, how to handle data, search, payment, and distribution. Complete the back-end course and jump higher in your career as a full-stack developer🚀


for a moment!
Please check before taking the class.

💡 Please check your computer specifications .

 · Mac OS specifications are irrelevant.

· If you are using Window OS, you need to install git-bash.
- Please refer to Class Materials > Environment Settings.

- Intel Core i5 9th generation or higher / AMD RYZEN 5 2nd generation or higher
- RAM 16GB or more recommended

💡 I recommend that you create a schedule and study regularly and consistently .
💡 Please create an account for the collaboration tool ‘Notion’ to receive learning materials.
💡 Learning materials required for the course are provided through Notion (link) .
※ The copyright of the learning materials belongs to Code Camp. Unauthorized use, distribution, or reproduction is prohibited.

if
Do you have any questions?

Q. Can I take the course without any knowledge?
Yes, it's okay if you don't know anything about coding. It includes a beginner's course on HTML, CSS, and Javascript to help you understand it more deeply and broadly.

Q. Is there a separate textbook?
Please use the [lecture materials] provided by Notion! These materials are the exact materials used in actual boot camps. Unauthorized use, distribution, and reproduction are prohibited.

Q. I'm confused about the list of course materials for the basic course (starting with pre-camp, CSS, Javascript).

Q. I have a question during class.
Please leave your questions in the community. The CodeCamp team will provide a quick and satisfying answer as soon as possible :)


Team Code Camp
Introducing.


Recommended for
these people

Who is this course right for?

  • Anyone who wants to grow properly with a professional curriculum

  • Those who feel a lack in national or other lectures

  • Junior developers who want to complete their development cycle with the latest technology stack

  • Job seekers who want to get a job with a portfolio that fits the trend

  • College students who want to study coding systematically

Need to know before starting?

  • Passion and will for coding 💪🏻

Hello
This is codecamp

15,806

Learners

490

Reviews

232

Answers

4.8

Rating

15

Courses

"Try anything, Try everything!"

Code Camp aims to cultivate competent developers and change the future of development. We have arrived on Inflearn to provide career transition opportunities to everyone, regardless of their social, economic, or educational background. Take on the challenge of a career jump with Code Camp!

More

Co-instructor

Curriculum

All

341 lectures ∙ (128hr 6min)

Published: 
Last updated: 

Reviews

All

83 reviews

4.5

83 reviews

  • nej10449048님의 프로필 이미지
    nej10449048

    Reviews 5

    Average Rating 5.0

    5

    2% enrolled

    Wondu Mentor..... You came to Inflearn. Wondu Mentor, whom I trust and listen to, your lectures ㅠㅠㅠ How are you? I miss you so much. Thanks to you, I got a job as a front-end developer and I've been doing well at the company for a yearㅠㅠ! I was browsing Inflearn and your lecture suddenly came up so I quickly paid for it! I'll keep the front-end and study the back-end❤️ I listened to the first part again and your voice and face are so homesick... I'm so happy that I can see you even like this!!! Following you, I'll study hard again and jump up to full stack!!!!! I'll go greet you soon! I respect you, Mentor!😍

    • jaake973633님의 프로필 이미지
      jaake973633

      Reviews 2

      Average Rating 5.0

      5

      3% enrolled

      I am a graduate who completed the offline CodeCamp Full Stack course! I heard through text that Mentor Wondu's lecture was uploaded to Inflearn, so I came running. As a developer, I would like to talk about this curriculum from the perspective of a developer. If you want to become a junior who considers the performance of a project, it seems to be the perfect curriculum! In addition to memoization used in React, which juniors can often encounter, I also learned repaint and reflow based on browser rendering principles, so the range of things I can consider when refactoring has definitely expanded! And you taught me patterns that can help me write code in a way that is a little more advantageous for maintenance, and you gave me tips, so I am personally using them well! I can't believe I'm seeing this lecture againㅠ I don't know if Mentor Wondu remembers me, but I miss youㅜㅜㅜ No Wondu! No Gain! Forever!

      • ottt님의 프로필 이미지
        ottt

        Reviews 1

        Average Rating 5.0

        5

        1% enrolled

        Hello. I am a first-year junior backend developer. I was studying the front-end field due to the company's needs and personal desires, and I happened to come across this course, so I purchased it and am currently taking it. It definitely felt unfamiliar at first because the flow was different from the back-end field, but it is getting more and more interesting and faster because it teaches the principles and usage of the language called JavaScript. It is better because it is a method of studying while creating things together rather than just learning the principles, so even when I don't understand it well, I can learn by touching this and that on my own. Thanks to the good curriculum, after listening to all of these courses, I expect to be able to achieve the position of a back-end developer who can understand the logic of the front-end at least. Thank you for the good course.

        • d18982254835156님의 프로필 이미지
          d18982254835156

          Reviews 3

          Average Rating 3.7

          1

          57% enrolled

          Why does the male instructor who is explaining JavaScript in depth stutter and repeat the same thing? It is disappointing that you are not prepared at all since it is a recorded lecture and not an actual lecture. I wish you had prepared a script and come to the lecture prepared. I wish the female instructor who taught CSS would teach JavaScript as well. I paid for several lectures at once, but I am really worried that the other lectures will be like this;

          • b18lue4460님의 프로필 이미지
            b18lue4460

            Reviews 1

            Average Rating 1.0

            1

            45% enrolled

            I wonder if the person teaching JavaScript just talks about what he or she wants to say. I really don't understand the JavaScript part at all.

            codecamp's other courses

            Check out other courses by the instructor!

            Similar courses

            Explore other courses in the same field!