Connecto is a social media website for college students which acts as a medium for people from different colleges all over the country to interact, communicate and meet like minded people.
- Create posts and events.
- Add people to connections and chat with them.
- Search for users and view their profile.
- Making it responsive.
- Adding groups functionality ( now groups are hard coded ).
- next.js v10 with react v17: Routing and server side rendering with Next.js.
- Context API: Used in state management for users, and for firebase.
- react-spinners: For loading animations
- js-cookie: To store the authorization token in cookies.
- Firebase: Firebase used for authentication and Cloud Firestore for storing data of the application.
- Clone into repo
- Run
npm install
- Create a folder called config and create a file firebaseConfig.js for your firebase app credentials.
- Run
npm run dev