DeVverse is a social media platform for developers. It provides a platform for developers to connect with each other, create new posts, chat with other developers, and customize their user settings.
- User Registration: Developers can create an account on DeVverse by providing their required details.
- Post Creation: Users can create new posts to share their thoughts, ideas, or code snippets with the developer community.
- Profile: Users can visit their profile to Edit their infromation.
- Tags: Users can add New Tags which is an alternative of hastags.
- Event: User can create new Events and see the upcoming list of events.
- Next.js: Next.js is a React framework that provides server-side rendering, routing, and other helpful features for building web applications.
- TypeScript: TypeScript is a typed superset of JavaScript that enhances the developer experience by providing static typing and other useful features.
- Appwrite: Appwrite is a Backend-as-a-Service (BaaS) platform that simplifies backend development by providing ready-to-use features such as authentication, database, and storage.
Follow the instructions below to install and run DeVverse locally:
- Clone the repository:
git clone https://github.com/Ardent10/DevVerse.git
- Change to the project directory:
cd DeVverse
- Install dependencies using Yarn:
yarn install
- Start the development server:
yarn dev
- Open your web browser and visit
http://localhost:3000
to access DeVverse.
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
Please ensure that your contributions adhere to the project's coding guidelines and standards.
This project is licensed under the MIT License.
- The DevVerse team would like to thank all contributors and users for their support and feedback.
Feel free to customize this README to fit your specific needs.