Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.9 KB

README.md

File metadata and controls

46 lines (25 loc) · 1.9 KB

About

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.

Content

Every project and exercise will have its own dir. The following list is what I've done so far:

  1. Contacts
  2. To-Dos
  3. Chirper
  4. UdaciFitness

Contacts

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.

list

To-Dos

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.

list

Chirper

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.

list

UdaciFitness

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.

list