Pinned Repositories
anoninja
An app that allows users to make anonymous posts, inspired by https://telegra.ph/. Client side was built using HTML, CSS and JavaScript and Express.js was used for side. Docker was also used to containerise the app.
blogue-client
An anonymous community journalling webpage. This repo contains the code for the front end which was built using JavaScript, HTML, and CSS. Refer to https://github.com/roselynle/blogue-server for the back end
blogue-server
An anonymous community journalling webpage. This repo contains the code for the backend, the API was built using the express library. Refer to https://github.com/roselynle/blogue-client for the front end
django-library-app
Library app built using Python, as part of an introduction to Django. This project was created through pair programming
fotodump
hobbit
Habit tracking app with the aim of turning habit routines into hobbies. Hobbit was built using Express.js and PostgreSQL. It also makes use of JWTs for authentication and authorisation as well as local storage to store session information. Docker is used to containerise the app.
plan-eat
Repository for PlanEat, created using git submodules. PlanEat is a food based app that allows users to get recipe inspiration and organise their 7 day meal plan. The front end of this project was built using React/Redux and Python/Flask for the back end.
portfolio
Personal portfolio website for showcasing my coding skills and projects. Bootstrap CSS and JavaScript was used to build this page
quizzical
A online quiz game built with React and Redux on the client side, and Node.js, Express and mongoDB for the server. The game uses Socket.io to allow multiple users to play together. Questions and answers are fetched from OpenTrivia API.
rock-paper-scissors
A simple rock, paper, scissors game built using HTML, CSS and vanilla JavaScript. This app was a solo project.
ros1995's Repositories
ros1995/anoninja
An app that allows users to make anonymous posts, inspired by https://telegra.ph/. Client side was built using HTML, CSS and JavaScript and Express.js was used for side. Docker was also used to containerise the app.
ros1995/blogue-client
An anonymous community journalling webpage. This repo contains the code for the front end which was built using JavaScript, HTML, and CSS. Refer to https://github.com/roselynle/blogue-server for the back end
ros1995/blogue-server
An anonymous community journalling webpage. This repo contains the code for the backend, the API was built using the express library. Refer to https://github.com/roselynle/blogue-client for the front end
ros1995/django-library-app
Library app built using Python, as part of an introduction to Django. This project was created through pair programming
ros1995/fotodump
ros1995/hobbit
Habit tracking app with the aim of turning habit routines into hobbies. Hobbit was built using Express.js and PostgreSQL. It also makes use of JWTs for authentication and authorisation as well as local storage to store session information. Docker is used to containerise the app.
ros1995/plan-eat
Repository for PlanEat, created using git submodules. PlanEat is a food based app that allows users to get recipe inspiration and organise their 7 day meal plan. The front end of this project was built using React/Redux and Python/Flask for the back end.
ros1995/portfolio
Personal portfolio website for showcasing my coding skills and projects. Bootstrap CSS and JavaScript was used to build this page
ros1995/quizzical
A online quiz game built with React and Redux on the client side, and Node.js, Express and mongoDB for the server. The game uses Socket.io to allow multiple users to play together. Questions and answers are fetched from OpenTrivia API.
ros1995/rock-paper-scissors
A simple rock, paper, scissors game built using HTML, CSS and vanilla JavaScript. This app was a solo project.
ros1995/fp_study_notes_hello_docker
Demo Repo for Intro to Docker session
ros1995/fp_study_notes_hello_github
Hello Github!
ros1995/google-clone
Clone of Google Homepage. Client side was built using HTML, CSS and JavaScript whilst Express.js was used for the server side
ros1995/hello-world
My first repository which was made following GitHub's Hello World tutorial
ros1995/meal-app-client
Client side repository for PlanEat, created using React/Redux
ros1995/meal-app-server
Server side repository for Plan Eat, created using Python/Flask
ros1995/react-music-app
Music webpage created through pair programming, as part of an introduction to React. Webpack was used as the module bundler for this project and Babel for transpiling ES6 to ES5.
ros1995/roselynle
Introduction README for my GitHub profile
ros1995/url-shrtn
A url shortening website made using Python/Flask. Users can submit any URL and the app will convert it into a shortened version which redirects to the original link
ros1995/your-repo-story
A React app used to retrieve the public GitHub Repositories of an existing user by connecting to GitHub's API. The user is able to see repository data such as name, description, forks, stars and watches.