Skip to content

ctivir/mozdevz-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mozdevz: React + Django Website

This project is based on the React + Django Training by Mozdevz.

Table of contents

Overview

The challenge

  • Build the website for the developer community based in Mozambique - MozDevz Community

Links

Mozdevz - Beta - Hosted at Vercel

Figma Design - Figma with the UI. Not done yet, contributors are welcome.

The process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow
  • React - JavaScript library
  • Django - Python Web Framework
  • CSS Modules - For styles

How to contribute

This project uses Create React App.

To contribute to this project you have to fork it and clone it.

After cloning it, in the project directory, run:

  1. yarn install to install all the project dependencies.

  2. yarn start to run the app in the development mode. Open http://localhost:3000 to view it in the browser.

    The page will reload if you make edits.

Please take a look on the issues tab, pick the issue you want to work on or submit an issue on what you want to contribute to the project.

Then start contributing to the project making your changes, when you are done with your changes just submit your PR, we will be happy to review your code. And please may your commit messages and PR Titles be as clean and descriptive as possible. We don't follow a pattern yet but we enforce clean and tidy git commit history.

Useful resources

Acknowledgments