Dev-Detective is a web application designed to help developers explore and discover new technologies, tools, and resources in the field of software development.
- Search Technology: Explore various technologies and frameworks.
- Filter by Tags: Narrow down search results by tags and categories.
- Save Favorites: Bookmark your favorite technologies for quick access.
- Explore Resources: Access curated resources and documentation links.
- Responsive Design: Optimized for desktop and mobile devices.
- Frontend: ReactJS, Bootstrap, Tailwind CSS
- Backend: Node.js, Express.js
- Database: MongoDB
- Deployment: Heroku
-
Clone the repository:
git clone https://github.com/patelkenil26/DevDetective.git -
Navigate into the project directory:
cd DevDetective -
Install dependencies:
npm install -
Set up environment variables:
- Create a
.envfile in the root directory based on.env.example.
- Create a
-
Start the development server:
npm start
- Visit
http://localhost:3000in your browser to view the application. - Use the search and filter functionalities to explore technologies.
- Save your favorite technologies by bookmarking them.
Contributions are welcome! Please fork the repository and create a pull request with your improvements.
- Inspired by the desire to simplify technology discovery for developers.
- Special thanks to contributors and open-source projects used in this application.