An open API service indexing awesome lists of open source software.

https://github.com/nikzalevskii/bitstorm

A platform built with Angular, allowing users to explore articles, create accounts, leave comments, and engage by liking content
https://github.com/nikzalevskii/bitstorm

angular angular-material blog typescript

Last synced: 2 months ago
JSON representation

A platform built with Angular, allowing users to explore articles, create accounts, leave comments, and engage by liking content

Awesome Lists containing this project

README

          

# **ItStorm**
A platform where users can read articles, register, leave comments, and engage by liking content.

**Live Demo:** [https://bitstorm.onrender.com/](https://bitstorm.onrender.com/)

---

## **About**
ItStorm is a content-based website where users can register, add comments, and like articles. The platform is designed using Angular and TypeScript, providing an intuitive user experience with real-time updates.

The backend is powered by Node.js, integrating MongoDB for secure data storage. The project utilizes Angular Material to create modern and responsive designs, ensuring optimal user interaction across devices.

ItStorm also features dynamic content management and a full-fledged user authentication system.

---

## **Key Features**
- **User Registration**: Simple and secure registration process for all users.
- **Article Management**: Users can view, comment on, and like articles.
- **Real-Time Updates**: Articles, comments, and likes update instantly across the platform.
- **Node.js Backend**: Reliable backend built with Node.js, handling data with MongoDB.
- **Angular Material**: Modern, responsive design ensuring a seamless user experience.
- **Authentication**: Secure user authentication and session management.

---

## **Technology Stack**
- **Frontend**: Angular, TypeScript, Angular Material
- **Backend**: Node.js, Express.js
- **Database**: MongoDB
- **Deployment**: Render for backend, GitHub for version control

---