I've created this repository to store and share my own approaches to the Udacity React Nanodegree projects and exercises.
I've decided to make this public just after the begning of the course, but if you're searching for help and/or have anything to help me along, please, feel free to open an issue and share your thoughts.
Every project and exercise will have its own dir. The following list is what I've done so far:
Create a contact list, where the user can add, filter and remove contacts. This project is based on the reactnd-contacts-app, but I've decided to start from scratch, in order to learn all the details, as much as I can.
To access the code, go to the ./contacts
directory.
Create a To-Do list, where the user can add and remove to-do activities and Goals. This project is based on the reactnd-redux-todos-goals, but I've decided to start from scratch, in order to learn all the details, as much as I can.
To access the code, go to the ./todos
directory.
A Twitter-like application to interact with tweets. This project is a clone from the reactnd-chirper-app repo.
To access the code, go to the ./chirper
directory.
A Triathlon tracking app for Android and iOS using React Native. This project is based on the reactnd-UdaciFitness-complete, but I've decided to start from scratch, in order to learn all the details, as much as I can.
To access the code, go to the ./udaci-fitness
directory.