This is a Next.js project bootstrapped with create-next-app
.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
Here is a working live demo: MJ's Portfolio
DevToday - A comprehensive content creation platform tailored for developers. It includes features such as creating posts, meet-ups, podcasts, and groups. Enabling developers to stay in touch, engage in discussions, share or create new content, follow other developers, and form groups focused on particular technologies or subjects.
Welcome to my project! Here, I'll provide you with a brief overview of what inspired me to create it, why it solves a problem, and what I've learned throughout its development.
π Authentication: Seamlessly log in or sign up.
π Profile Management: Easily update profile details and link social media accounts for enhanced connectivity.
π Create: Post, Meetup, or Podcast effortlessly, enriched with resources and links.
π Related Posts: Connect related content by adding groups for improved information accessibility.
π Tagging for Context: Enhance post context and retrieval efficiency with intuitive tagging.
π Search & Filter: Retrieve past posts, meet-ups, podcasts swiftly with global search and filtering.
π Post Collection: Explore content easily with pagination features.
π Responsive: Ensures seamless functionality and aesthetics across all devices and many more, including code architecture and reusability
To get this project up and running in your development environment, follow these step-by-step instructions.
We need to install or make sure that these tools are pre-installed on your machine:
git clone [email protected]:ManmeetSinghJohal/devtoday-front_end.git
npm install
.env
fileNEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET="o7Z....."
GITHUB_ID="cbd....."
GITHUB_SECRET="b8....."
GOOGLE_CLIENT_ID="808719......"
GOOGLE_CLIENT_SECRET="GOC........"
NEXT_PUBLIC_TINY_EDITOR_API_KEY='12kro........'
UPLOADTHING_SECRET=sk_live_b4.......
UPLOADTHING_APP_ID=3p8......
npm run dev
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone [email protected]:ManmeetSinghJohal/devtoday-front_end.git
# Go into the repository
$ cd projectname
# Install dependencies
$ npm install
# Run the app
$ npm run dev
Note If you're using Linux Bash for Windows, see this guide or use
node
from the command prompt.
Want to contribute? Great!
To fix a bug or enhance an existing module, follow these steps:
git checkout -b improve-feature
)git commit -am 'Improve feature'
)git push origin improve-feature
)If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.
Will update soon!
I'd like to acknowledge my collaborators, who contributed to the success of this project. Below are links to their GitHub profiles.
Furthermore, I utilized certain third-party assets that require attribution. Find the creators' links in this section.
If I followed tutorials during development, I'd include the links to those as well.
π© Victoria Geddes
Email: toiageddes@gmail.com
GitHub: @toiaa
π¦ Mateo SindiΔiΔ
Email: mateo.sindicic@gmail.com
GitHub: @JazzyGrim
None at the moment.