This repository contains my submission for the WeCoded Challenge, hosted by DEV in celebration of diversity, inclusion, and empowerment in tech.
This project highlights inspiring stories from underrepresented voices in tech, randomly displaying real posts from the DEV community using the #wecoded tag.
- 🔄 Randomly displays inspiring WeCoded stories
- 🌐 Powered by the DEV Articles API
- 🧑🎨 Clean and accessible UI
- 📤 Share stories to Twitter and LinkedIn
- 📱 Responsive design
- 🔁 Smart fallback if no stories are found
- ⚡ Built with React + TypeScript + TailwindCSS
Live demo of the project can be found at wecoded.vercel.app.
- Node.js (v18+)
- npm or yarn
# Clone the repository
git clone https://github.com/wesleybertipaglia/wecoded.git
# Navigate into the project folder
cd wecoded
# Install dependencies
npm install# Start the development server
npm run dev
# Open your browser and navigate to
http://localhost:5173/Contributions are welcome! If you have any suggestions or improvements, please open an issue or a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.