Welcome to the Web App Projects Repository! This repository serves as a central hub for various Node.js projects, each of which is maintained in its respective branch. The main branch is only for documentation and navigation purposes.
This repository contains multiple Node.js projects, categorized and stored in separate branches. Each project focuses on different aspects of backend development, ranging from REST APIs and authentication systems to real-time applications and microservices.
Below is a list of available branches, each containing a different Node.js project:
| Branch Name | Project Description | Repository Link |
|---|---|---|
Heart_Rate_Analyser |
A user authenticated heart rate analysis model | Heart Rate Analyser Repo |
Movie-Explorer |
A TMBD API implemented user driven page | Movie Explorer Repo |
Weather Dashboard |
A React weather dashbopard with open weather API | Weather App Repo |
qr_generator |
A Express implemented QR_Code generator | QR_Generator Repo |
To access a specific project, simply switch to the desired branch:
# Example: Switch to the Weather App branch
git checkout Weather_AppIf you haven't cloned the repository yet, you can do so with:
git clone https://github.com/AloysJehwin/NodeJS_Projects
cd NodeJS_Projects
git checkout Heart_Rate_AnalyserIf you want access a specific branch as project
git clone --branch <Branch Name> --single-branch https://github.com/AloysJehwin/NodeJS_Projects
cd NodeJS_ProjectsEach project may have its own dependencies and setup instructions. Please refer to the README.md file in the respective branch for detailed installation and usage guides.
Feel free to contribute to any project by creating a new branch and submitting a pull request. If you have suggestions for new projects, open an issue!
For any questions or collaboration opportunities, reach out to us at aloysjehwin@gmail.com.
Happy coding!