Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pradipchaudhary/dw-fullstack
This repository contains my personal notes and resources from the Full Stack Web Development – MERN Stack course at Deerwalk Training Center.
https://github.com/pradipchaudhary/dw-fullstack
backend bootcamp coding deerwalktraining expressjs frontend fullstack javascript mern mongodb nodejs reactjs webapplications webdevelopment
Last synced: about 1 month ago
JSON representation
This repository contains my personal notes and resources from the Full Stack Web Development – MERN Stack course at Deerwalk Training Center.
- Host: GitHub
- URL: https://github.com/pradipchaudhary/dw-fullstack
- Owner: pradipchaudhary
- License: mit
- Created: 2024-07-18T15:38:38.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-18T10:03:26.000Z (3 months ago)
- Last Synced: 2024-09-18T13:19:49.051Z (3 months ago)
- Topics: backend, bootcamp, coding, deerwalktraining, expressjs, frontend, fullstack, javascript, mern, mongodb, nodejs, reactjs, webapplications, webdevelopment
- Language: JavaScript
- Homepage: https://dw-fullstack.vercel.app
- Size: 1.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DW Fullstack
This repository contains my personal notes and resources from the Full Stack Web Development – MERN Stack course at Deerwalk Training Center.
## Introduction
The DW Fullstack project is a demonstration of a fully functional web application developed using a variety of modern web technologies. This project includes both frontend and backend components, showcasing best practices in full-stack development.
## Features
- User authentication and authorization
- Responsive design
- RESTful API integration
- CRUD operations
- State management
- Error handling and logging## Technologies Used
### Frontend
- [HTML5](./html/README.md)
- [CSS3](./CSS/README.md)
- [JavaScript](./JavaScript/README.md)
- [React.js](./react/README.md)
- [Redux (or Context API for state management)](./Redux/README.md)
- [Tailwind CSS](./Tailwind/README.md)
- Bootstrap (or other CSS frameworks)### Backend
- Node.js
- Express.js
- MongoDB (or other databases)
- JWT for authentication
- REST API## Setup and Installation
To run this project locally, follow these steps:
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
## Contact
If you have any questions or suggestions, feel free to reach out to me:
- **Name:** Pradip Chaudhary
- **Email:** [[email protected]](mailto:[email protected])
- **GitHub:** [pradipchaudhary](https://github.com/pradipchaudhary)---
Thank you for visiting this repository! I hope you find it useful and informative.