Introduction to Stockorama App
The Modern Full Stack Next.js Course! 🎉
Sign up for the Modern Full Stack Next.js Course and get access to 7+ Projects, 250+ Lessons, 30+ Quizzes, 10+ Exercises
⌘KPress Cmd + K to search lessons
Welcome to the Stockorama App project 🦄.
A simple inventory management app that allows you to add and delete items.
By the end of this module, you'll learn how to create server actions, different ways to manage data, ability to vote for the most popular items and delete items in your warehouse.
Take a look at this below lesson for a quick demo of the project.
You can find the Github repo for all the lessons here . The repo is divided into different commits for each lesson. As you follow along, you can check out the repo to see the final code for each lesson or if you get stuck.
git clone <your-forked-repo-url>
.npm install
.npm run dev
.