cmda-bt / be-course-18-19

🎓 Backend · 2018-2019 · Curriculum and Syllabus
https://cmda-bt.github.io/be-course-18-19/docs
Other
15 stars 10 forks source link

Listing (Feature) #125

Closed lennartdeknikker closed 5 years ago

lennartdeknikker commented 5 years ago

Listing

Name

Lennart de Knikker

Class

212

Repo link

https://github.com/lennartdeknikker/dating-app-registration

Summary

I switched to developing another feature than I initially wanted to make. I'll build a feature to change or add information/interests to the users profile. This way it's easier to implement progressive enhancement and practice the stuff we learn.

Resources used

Any thoughts?

I got a little behind, because I couldn't really work with the feature I originally wanted to make and had to start over for a bit. I'm hoping to get back on track by the end of the week.

rijkvanzanten commented 5 years ago

Heya! This is looking pretty good so far 🙂

https://github.com/lennartdeknikker/dating-app-registration/blob/c50a4c4cadb7b5e6a19361273c563ade24472c73/server.js#L32-L33

.listen(3000, function() { console.log('listening!'); });