jrobind / dev-jot

Note-taking app for online development tutorials
MIT License
54 stars 45 forks source link

Create Lessons form component – React #114

Closed jrobind closed 3 years ago

jrobind commented 3 years ago

This ticket could cover the basic UI for the lesson form (check the live vanilla app to see). Screenshot 2021-04-07 at 20 46 17

We need to make sure the markup is accessible i.e. correct HTML5 elements, keyboard navigation works. We also need to ensure styling is consistent with the live vanilla version.

We will need to persist submitted lesson data to local storage and eventually sync this up with other app components. We can create a separate issue for this if necessary and just stick to the UI/markup side of things for now – I'm keen to get the React side of things moving.

muzamil301 commented 3 years ago

hello @jrobind how can I start working on it I mean I need repo to contribute

jrobind commented 3 years ago

Hey @muzamil301, feel free to pick this up. You'll need to fork the repo to work on this. If you're completely new to open source contributions I'd recommend you follow this guide.

Also make sure you have a read through CONTRIBUTING.md within the project root 😄

muzamil301 commented 3 years ago

hello @jrobind you are right I am new to open source contribution. I will read the guide for sure then I will work on it 😄