Get inspiration for unique side project ideas you can build to showcase your web development skills.
The current job market is tough. Grinding Leetcode or building a todo app is likely not going to get you a job in 2024.
That's where realwebdev.work comes in. We give you access to real project ideas that you can build to standout from the herd. Every idea also includes a path to making your first $100 after the launch. This means you have a shot at including projects in your portfolio that have real users or even having a passive income. Won't that be awesome? 🚀
- Next.js
- React.js
- Tailwind CSS
- Prisma.io
To get a local copy up and running, please follow these simple steps.
Here is what you need to be able to run realwebdev.work.
- Node.js (Version: >=20.x)
- PostgreSQL (Version: >=16.x)
- Npm
-
Clone the repo into a public GitHub repository (or fork https://github.com/paridhi7/realwebdev.work/fork)
git clone https://github.com/paridhi7/realwebdev.work.git
-
Go to the project folder
cd realwebdev.work
-
Install packages with npm
npm i
-
Set up your .env file
-
Start the server. In a development environment, just do:
npm run start
For a production build, run for example:
npm run build npm run dev
-
Open http://localhost:3000 with your browser to see the result.