Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.61 KB

File metadata and controls

27 lines (14 loc) · 1.61 KB

Creative Corner

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/.

Getting Started

To get started:

  1. Clone the repository.

  2. Run npm install to install the dependencies.

  3. 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.

  4. Run npm test to launch the test runner in interactive watch mode for running tests.

  5. Run npm run build to build the app for production. It will create a build 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.

More Information

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.