Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Javascript Testing Best Practices | 21,983 | a month ago | 61 | mit | JavaScript | |||||
📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023) | ||||||||||
Payload | 12,194 | 5 | 83 | 12 hours ago | 376 | July 31, 2023 | 80 | mit | TypeScript | |
The best way to build a modern backend + admin UI. No black magic, all TypeScript, and fully open-source, Payload is both an app framework and a headless CMS. | ||||||||||
Winds | 8,486 | 2 years ago | bsd-3-clause | JavaScript | ||||||
A Beautiful Open Source RSS & Podcast App Powered by Getstream.io | ||||||||||
Project_mern_memories | 4,705 | 15 days ago | 110 | JavaScript | ||||||
This is a code repository for the corresponding video tutorial. Using React, Node.js, Express & MongoDB you'll learn how to build a Full Stack MERN Application - from start to finish. The App is called "Memories" and it is a simple social media app that allows users to post interesting events that happened in their lives. | ||||||||||
Blog | 4,380 | a month ago | 63 | HTML | ||||||
大前端技术为主,读书笔记、随笔、理财为辅,做个终身学习者。 | ||||||||||
Hackernews React Graphql | 4,351 | 10 months ago | 23 | mit | TypeScript | |||||
Hacker News clone rewritten with universal JavaScript, using React and GraphQL. | ||||||||||
Wasp | 4,019 | 4 days ago | 355 | mit | Haskell | |||||
The fastest way to develop full-stack web apps with React & Node.js. | ||||||||||
Project_chat_application | 3,688 | 2 months ago | 75 | JavaScript | ||||||
This is a code repository for the corresponding YouTube video. In this tutorial we are going to build and deploy a real time chat application. Covered topics: React.js, Node.js, Express.js, and Socket.io. | ||||||||||
Builderbook | 3,578 | 5 months ago | 69 | mit | JavaScript | |||||
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database. | ||||||||||
Saas | 3,499 | 2 months ago | 12 | mit | TypeScript | |||||
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript. |
Welcome to my React and Node tutorial to build a fully-functional e-commerce website exactly like amazon. Open your code editor and follow me for the next hours to build an e-commerce website using MERN stack (MongoDB, ExpressJS, React and Node.JS).
$ git clone [email protected]:basir/amazona.git
$ cd amazona
$ npm install
$ npm start
# open new terminal
$ cd frontend
$ npm install
$ npm start