- Network: Twitter clone social networking website for making posts and following users. Went beyond requirements by building a RESTful API in Django and building the front-end as a single-page web app.
- I wrote all the code in this repository.
- Building a RESTful API in vanilla Django (without the help of libraries)
- Using vanilla Javascript to build the front-end of a single-page web application
- Using Javascript
fetch
to make API calls to a Django RESTful API - Custom pagination without the help of libraries or Django features