This is the frontend part of a project that includes authentication, chat and checkers game. The frontend is built using Angular 15.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to have Node.js and npm installed on your machine.
Clone the repository to your local machine: git clone https://github.com/Yarins2000/TalkBack-Frontend.git
Go to the project's root directory and run:
npm install
This will install all the necessary dependencies.
To run the app in the development mode, use the following command:
ng serve
The app will run on http://localhost:4200/. The page will reload if you make edits. You will also see any lint errors in the console.
This app uses real time communication, hence after running, open at least 2 tabs/browsers to use the app.
- Angular - The frontend framework used
- Ng-Bootstrap - UI Library for Angular
- Font Awesome - Icons library