A web-application that provides a platform for colleges to host Asynchronous Online Discussion Forums for their students.
- Clone the repositroy.
- Go to the project directory in the terminal & install the required dependencies by using:
npm install
- Type the command :
npm start
- Note - you will need to generate your own environment variables for Firebase and auth0. You can check the required variables in .env.sample file.
- React.js
- TypeScript
- Redux
- Firebase
- SASS
- React Bootstrap
- auth0
- User Authentication with auth0
- User can create a new tweet
- User can like, retweet, reply to a tweet
- User can follow other users
- User can view his/her profile
- User can view other user's profile
- User can edit his/her profile
- User can bookmark a tweet
- Responsive design
- Persistent data & file storage with Firebase
Project is: in progress