Social media application(work in progress).
- Theme of application
- Login page
- User registration and login
- Authentication logic
- Home page
- Creating new post
- Infinite scroll posts list
- Edit profile page
- Friends / followers page
- Tags
- Chat
- Notifications
Node.js and npm.
Running backend from github.com.
Enter API url in .env file.
REACT_APP_API_URL = URL;In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build folder.