First bricks for profitability
Table of Contents
- 📱 Context
- 🤔 Problems
- 🎯 Objective
- 🛣 How to solve it?
- 👩🏽💻 Step by step with Workshops
- 🌱 Source and Inspiration
- 📝 Licence
In progress
In progress
Build an end-to-end web application to determine if a lego set deal is really a good deal.
- 🧱 Manipulate Deals and sold items: How to manipulate the products in the browser
- 🧹 Scrape Deals: How to fetch Products from different website sources
- 📱 Render Deals in the browser: How to interact with the Products in the browser
- 💽 Save Deals in database: How to avoid to scrape again and again the same data
⤵️ Request Deals with an api: How to give access to your data- 🐛 Test your code: How to ensure quality and confidence
- 🚀 Deploy in production: How to give access to anyone
In progress
With javascript-empire themes, we'll follow next workshops to solve our problem:
Step | Workshops | Planned Date |
---|---|---|
1 | Manipulate data with JavaScript in the browser | Sept 2024 |
2 | Interact data with JavaScript, HTML and CSS in the browser again | Sept 2024 |
3 | Scrape data with Node.js | Oct and Nov 2024 |
4 | Save data in a Database with MongoDB | Nov 2024 |
5 | Build an api with Express to request data | Nov 2024 |
6 | Test your code with Jest | Dec 2024 |
7 | Deploy in production with Vercel | Dec 2024 |
In progress