This is a frontend prototype created with Create React App and MUI library for front end design. It includes a few implemented features such as login, feed, create post, and like/reply functionalities. Please note that many backend functionalities are not completed, and this is just a prototype.
A demo version of the app is available at https://creativecorner-97e71.web.app/.
To get started:
-
Clone the repository.
-
Run
npm install
to install the dependencies. -
Run
npm start
to start the app in development mode. It will open http://localhost:3000 in your browser. You can make edits to the code, and the page will reload with your changes. -
Run
npm test
to launch the test runner in interactive watch mode for running tests. -
Run
npm run build
to build the app for production. It will create abuild
folder with optimized and minified files ready for deployment.
Please note that npm run eject
is a one-way operation and should be used with caution. It allows you to customize the build tool and configuration choices, but it cannot be undone.
For more information, you can refer to the Create React App documentation at https://facebook.github.io/create-react-app/docs/getting-started. Additionally, to learn React, you can visit the React documentation at https://reactjs.org/.
Please keep in mind that backend functionalities like messaging and notifications are not implemented in this prototype and will be added in the future.