Akshay Srivastava's repositories
url-shortener
A Simple RESTful API that allows users to shorten long URLs.
blog-api
A Node JS CRUD app with Express and MongoDB.
caching-proxy
A CLI tool that starts a caching proxy server, it will forward requests to the actual server and cache the responses. If the same request is made again, it will return the cached response instead of forwarding the request to the server.
most-starred-repos
A CLI app in node js to get most starred github repos between a given date range.
personal-blog
A personal blog where you can write and publish articles. The blog has two sections: a guest section and an admin section.
quiz-app
A web-based Quiz Application that allows users to participate in a series of categorized quizzes, track their performance, and compete on a global leaderboard. The application provides a smooth user experience, leveraging React for the frontend, integrating with a backend API for data management, and emphasizing performance, etc.
simple-todo-app
A todo app with reactjs and localstorage todo store
task-tracker-cli
A simple command line interface (CLI) to track what you need to do, what you have done, and what you are currently working on.
todo-list
A RESTful API to allow users to manage their to-do list. Focuses on user authentication as well.
workout-tracker
App to let users track their workouts and progress.