Digital Wall is a web application built using ReactJS and SCSS that allows users to create, manage, and interact with boards and posts.
- Create and manage multiple boards on the home page.
- Customize board title and background color.
- Search boards by title using the search bar.
- View individual boards with their respective background colors.
- Create multipage posts within each board.
- Add post title, cover image, and description.
- Like and interact with posts.
- Search posts by title.
- Navigate back to the main page using the back button.
To run the Digital Wall project locally, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory in your terminal.
- Run
npm installto install the required dependencies. - Run
npm run devto start the development server. - Open your browser and go to
http://localhost:3000to view the app.
Contributions to the Digital Wall project are welcome! If you find a bug, have an enhancement in mind, or want to add a new feature, feel free to open an issue or submit a pull request.
The Digital Wall app is hosted at Hosted URL.
Feel free to expand and modify this README according to your project's specific details and requirements. Good luck with your Digital Wall project!